js css 버전 상수 추가

This commit is contained in:
chicpro
2016-10-05 09:48:29 +09:00
parent f3e428ea1e
commit ce0a6dc3af
6 changed files with 25 additions and 12 deletions

View File

@ -21,7 +21,7 @@ if (!defined('_GNUBOARD_')) exit;
<!-- <p>실행시간 : <?php echo get_microtime() - $begin_time; ?> -->
<script src="<?php echo G5_ADMIN_URL ?>/admin.js"></script>
<script src="<?php echo G5_ADMIN_URL ?>/admin.js<?php echo G5_JS_VER; ?>"></script>
<script>
$(function(){
var hide_menu = false;