From 864c38cc5bf903c36dc4cf11159a9a5d97b2a151 Mon Sep 17 00:00:00 2001 From: lch Date: Mon, 14 Jun 2021 06:22:38 +0000 Subject: [PATCH] =?UTF-8?q?beforeunload=20=EC=97=90=EC=84=9C=20ajax=20?= =?UTF-8?q?=EB=8F=99=EA=B8=B0=EB=8A=94=20=ED=98=B8=EC=B6=9C=20=EC=95=88?= =?UTF-8?q?=ED=95=A8=20=EC=9D=BC=EB=8B=A8=20=EB=B9=84=EB=8F=99=EA=B8=B0=20?= =?UTF-8?q?=ED=98=B8=EC=B6=9C=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FO/Views/CDMS/Contents.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FO/Views/CDMS/Contents.cshtml b/FO/Views/CDMS/Contents.cshtml index b4aba38..10b9af8 100644 --- a/FO/Views/CDMS/Contents.cshtml +++ b/FO/Views/CDMS/Contents.cshtml @@ -540,7 +540,7 @@ window.onbeforeunload = function () { if (!_passunload && @Model.istaste != 1 && !_islogout) { clearInterval(_timerlog); - golog(false, true, false, true); + golog(false, true, false, false); } if (opener) { opener.location.href = opener.location.href.replace(/#/gi, '');