<기능개선>

1. PMS NO : 7126
2. (주요)작업내용 
(1) FO/js/mypage.js
 - 강의실 입장 레이어 팝업 호출시 초기화 후 생성으로 스크립트 수정
(2) FO/Views/Shared/_LayoutMy.cshtml
 - mypage.js 버젼관리 상향
This commit is contained in:
jity7777 2022-12-14 04:09:35 +00:00
parent 0b94571830
commit 822eb421ce
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@
@RenderSection("styles", required: false) @RenderSection("styles", required: false)
@Html.Partial("./Partial/JS") @Html.Partial("./Partial/JS")
@RenderSection("scriptsHeader", required: false) @RenderSection("scriptsHeader", required: false)
<script type="text/javascript" src="/js/mypage.js?ver=22120201"></script> <script type="text/javascript" src="/js/mypage.js?ver=22121301"></script>
</head> </head>
<body id="mainbody"> <body id="mainbody">
@{ @{

View File

@ -94,6 +94,7 @@ $(document).ready(function () {
return false; return false;
} }
else if (cshape != undefined && cshape == 2) { else if (cshape != undefined && cshape == 2) {
$("#layermessage").html('<div></div><a href="#" class="mainokbutton" onclick="javascript:hidelayermsg();">확인</a>')
msg("강의장으로 입장합니다.", null, null, null, "location.href='" + href + "'"); msg("강의장으로 입장합니다.", null, null, null, "location.href='" + href + "'");
return false; return false;
} }