This commit is contained in:
KNKIM 2021-11-17 14:17:02 +09:00
parent 1023e79c2f
commit 580e039e7d
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@
<script type="text/javascript"> <script type="text/javascript">
$(document).ready(function() { $(document).ready(function() {
$("#DIV_PAGE_MAIN").removeClass("sub");
var unreadNotiCnt = $(".noti-btn span.count").text(); var unreadNotiCnt = $(".noti-btn span.count").text();
fn_myAlert(unreadNotiCnt); fn_myAlert(unreadNotiCnt);
}); });

View File

@ -42,7 +42,7 @@ function fn_setPageTitle(title) {
<body> <body>
<!-- <div class="wrap sub"> sub는 서브페이지 --> <!-- <div class="wrap sub"> sub는 서브페이지 -->
<div class="wrap"> <div id="DIV_PAGE_MAIN" name="DIV_PAGE_MAIN" class="wrap sub">
<!-- 헤더 --> <!-- 헤더 -->
<header id="header"> <header id="header">