퍼블
This commit is contained in:
parent
1023e79c2f
commit
580e039e7d
@ -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);
|
||||||
});
|
});
|
||||||
|
|||||||
@ -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">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user