merge 및 충돌 수정

This commit is contained in:
thisgun
2018-06-05 11:39:52 +09:00
19 changed files with 67 additions and 51 deletions

View File

@ -343,6 +343,18 @@ var win_memo = function(href) {
new_win.focus();
}
/**
* 쪽지 창
**/
var check_goto_new = function(href, event) {
if( !(typeof g5_is_mobile != "undefined" && g5_is_mobile) ){
if (window.opener && window.opener.document && window.opener.document.getElementById) {
event.preventDefault ? event.preventDefault() : (event.returnValue = false);
window.opener.document.location.href = href;
}
}
}
/**
* 메일 창
**/