pms:5998 스크립트 수정

This commit is contained in:
sgshin 2024-11-05 05:53:08 +00:00
parent 25b608c4b6
commit 084bcbf8f7
2 changed files with 2 additions and 2 deletions

View File

@ -178,7 +178,7 @@
if (($("#video1").attr("src") || "") != "") { if (($("#video1").attr("src") || "") != "") {
_passunload = true; _passunload = true;
clearInterval(_timerlog); clearInterval(_timerlog);
msg("콘텐츠를 학습할 수 없는 상태입니다. 운영자에게 문의해주세요.", null, null, null, "goclose()", 3000); msg("콘텐츠를 학습할 수 없는 상태입니다. 운영자에게 문의해주세요.", null, null, null, "goclose()");
} }
}); });
if (ismobile()) { if (ismobile()) {

View File

@ -18,7 +18,7 @@
<script> <script>
$(document).ready(function () { $(document).ready(function () {
if (@Model.ErrLi.longval > 0 ) { if (@Model.ErrLi.longval > 0 ) {
msg("진행중인 학습회차가 존재합니다. 해당회차 완료후 진행해주세요.<br/><br/>과목명 : @(Model.ErrLi.strval)<br/>회차명 : @(Model.ErrLi.intval4)회. @(Model.ErrLi.strval2)", null, null, null, "self.close()", 3000); msg("진행중인 학습회차가 존재합니다. 해당회차 완료후 진행해주세요.<br/><br/>과목명 : @(Model.ErrLi.strval)<br/>회차명 : @(Model.ErrLi.intval4)회. @(Model.ErrLi.strval2)", null, null, null, "self.close()");
} }
else if (@Model.status == 0) { else if (@Model.status == 0) {
self.close(); self.close();