From 316ac65f6fd0880ee14907977e754877b3699705 Mon Sep 17 00:00:00 2001 From: lch Date: Mon, 14 Jun 2021 06:25:20 +0000 Subject: [PATCH] =?UTF-8?q?=5Fpassunload=20=EC=B2=B4=ED=81=AC=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= 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 10b9af8..e44ba18 100644 --- a/FO/Views/CDMS/Contents.cshtml +++ b/FO/Views/CDMS/Contents.cshtml @@ -122,7 +122,7 @@ } } function closestudy() { - if (!_passunload && @Model.istaste != 1 && !_islogout) { + if (@Model.istaste != 1 && !_islogout) { golog(false, true, false, true); _passunload = true; }