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; }