js off 대응 css 삭제로 메뉴스크립트 코드 제거
This commit is contained in:
@ -98,7 +98,6 @@ if($is_admin != 'super')
|
|||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
<nav id="gnb">
|
<nav id="gnb">
|
||||||
<script>$('#gnb').addClass('gnb_js');</script>
|
|
||||||
<h2>메인메뉴</h2>
|
<h2>메인메뉴</h2>
|
||||||
<ul id="gnb_1dul">
|
<ul id="gnb_1dul">
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
@ -139,7 +139,6 @@ document.onkeydown = noRefresh ;
|
|||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
<nav id="gnb">
|
<nav id="gnb">
|
||||||
<script>$('#gnb').addClass('gnb_js');</script>
|
|
||||||
<h2>메인메뉴</h2>
|
<h2>메인메뉴</h2>
|
||||||
<ul id="gnb_1dul">
|
<ul id="gnb_1dul">
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
Reference in New Issue
Block a user