_passunload 체크 제거
This commit is contained in:
parent
864c38cc5b
commit
316ac65f6f
|
|
@ -122,7 +122,7 @@
|
|||
}
|
||||
}
|
||||
function closestudy() {
|
||||
if (!_passunload && @Model.istaste != 1 && !_islogout) {
|
||||
if (@Model.istaste != 1 && !_islogout) {
|
||||
golog(false, true, false, true);
|
||||
_passunload = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue