beforeunload 에서 ajax 동기는 호출 안함 일단 비동기 호출로 변경
This commit is contained in:
parent
fda56a2bae
commit
864c38cc5b
|
|
@ -540,7 +540,7 @@
|
||||||
window.onbeforeunload = function () {
|
window.onbeforeunload = function () {
|
||||||
if (!_passunload && @Model.istaste != 1 && !_islogout) {
|
if (!_passunload && @Model.istaste != 1 && !_islogout) {
|
||||||
clearInterval(_timerlog);
|
clearInterval(_timerlog);
|
||||||
golog(false, true, false, true);
|
golog(false, true, false, false);
|
||||||
}
|
}
|
||||||
if (opener) {
|
if (opener) {
|
||||||
opener.location.href = opener.location.href.replace(/#/gi, '');
|
opener.location.href = opener.location.href.replace(/#/gi, '');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue