diff --git a/FO/js/mypage.js b/FO/js/mypage.js index c1b8f1b..a307e32 100644 --- a/FO/js/mypage.js +++ b/FO/js/mypage.js @@ -103,7 +103,19 @@ $(document).ready(function () { } else if (cshape != undefined && cshape == 2) { $("#layermessage").html('
확인') - msg("강의장으로 입장합니다.", null, null, null, "location.href='" + href + "'"); + // msg("강의장으로 입장합니다.", null, null, null, "location.href='" + href + "'"); + + let tempmsg = '
'; + tempmsg += '시청하실 강의 영상은 저작권의 보호를 받는 저작물이므로
'; + tempmsg += '저작권법 위반 시 법적 처벌을 받을 수 있습니다.
'; + tempmsg += '(복제, 게시, 공유, 배포 금지)'; + tempmsg += '
'; + tempmsg += '
'; + tempmsg += '온라인 강의장으로 입장합니다.'; + tempmsg += '
'; + + msg(tempmsg, null, null, null, "location.href='" + href + "'"); + return false; } }