[php5_debug] jQuery 3.2.1로 고고
This commit is contained in:
Vendored
+4
File diff suppressed because one or more lines are too long
+1
-1
@@ -10,7 +10,7 @@ define('IMAGES', '../../images');
|
||||
//define('IMAGE', 'http://115.68.28.99/image');
|
||||
//define('IMAGES', 'http://115.68.28.99/images');
|
||||
|
||||
define('JQUERY', 'jquery-1.6.4.min.js');
|
||||
define('JQUERY', 'jquery-3.2.1.min.js');
|
||||
define('MD5', 'md5-min.js');
|
||||
|
||||
define('D', 'd_');
|
||||
|
||||
@@ -10,7 +10,7 @@ function EntranceManage_Init() {
|
||||
$("#EntranceManage_001603").click(EntranceManage_DeleteIcon);
|
||||
$("#EntranceManage_0019").click(EntranceManage_Quit);
|
||||
|
||||
if($.browser.mozilla == true) {
|
||||
if(navigator.userAgent.match('mozilla')) {
|
||||
$("#EntranceManage_001601").css("left", "10px");
|
||||
} else {
|
||||
$("#EntranceManage_001600").show();
|
||||
|
||||
+1
-1
@@ -28,7 +28,7 @@ if(!isset($type) || $type == 0) {
|
||||
<meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=utf-8'>
|
||||
<title>장수일람</title>
|
||||
<link rel=stylesheet href=stylesheet.php type=text/css>
|
||||
<script src="../e_lib/jquery-1.6.4.min.js"></script>
|
||||
<script type="text/javascript" src=<?="../e_lib/jquery-3.2.1.min.js";?>></script>
|
||||
<?php require('analytics.php'); ?>
|
||||
</head>
|
||||
|
||||
|
||||
+1
-1
@@ -51,7 +51,7 @@ if(!$token) {
|
||||
<title>장수생성</title>
|
||||
<meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=utf-8'>
|
||||
<link rel=stylesheet href=stylesheet.php type=text/css>
|
||||
<script type="text/javascript" src="jquery-1.11.0.min.js"></script>
|
||||
<script type="text/javascript" src=<?="../e_lib/jquery-3.2.1.min.js";?>></script>
|
||||
<script type="text/javascript">
|
||||
|
||||
function updateToken(type) {
|
||||
|
||||
Reference in New Issue
Block a user