update jquery to version 2.1.3
This commit is contained in:
parent
5395d7f8f5
commit
b692691d7d
@ -194,7 +194,7 @@ else if (isset($_POST['install'])) {
|
||||
<link rel="stylesheet" href="themes/baggy/css/main.css" media="all">
|
||||
<link rel="stylesheet" href="themes/baggy/css/messages.css" media="all">
|
||||
<link rel="stylesheet" href="themes/baggy/css/print.css" media="print">
|
||||
<script src="themes/_global/js/jquery-2.0.3.min.js"></script>
|
||||
<script src="themes/_global/js/jquery-2.1.3.min.js"></script>
|
||||
<script src="themes/baggy/js/init.js"></script>
|
||||
|
||||
|
||||
|
1
themes/_global/js/jquery-2.0.3.min.js
vendored
1
themes/_global/js/jquery-2.0.3.min.js
vendored
File diff suppressed because one or more lines are too long
4
themes/_global/js/jquery-2.1.3.min.js
vendored
Normal file
4
themes/_global/js/jquery-2.1.3.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -30,7 +30,7 @@
|
||||
<link rel="stylesheet" href="{{ poche_url }}themes/{{theme}}/css/messages.css" media="all">
|
||||
<link rel="stylesheet" href="{{ poche_url }}themes/{{theme}}/css/print.css" media="print">
|
||||
|
||||
<script src="{{ poche_url }}themes/_global/js/jquery-2.0.3.min.js"></script>
|
||||
<script src="{{ poche_url }}themes/_global/js/jquery-2.1.3.min.js"></script>
|
||||
<script src="{{ poche_url }}themes/_global/js/autoClose.js"></script>
|
||||
<script src="{{ poche_url }}themes/{{theme}}/js/jquery.cookie.js"></script>
|
||||
<script src="{{ poche_url }}themes/{{theme}}/js/init.js"></script>
|
||||
|
@ -29,7 +29,7 @@
|
||||
<link rel="stylesheet" href="{{ poche_url }}themes/{{ theme }}/css/style-{{ theme }}.css" media="all" title="{{ theme }} theme">
|
||||
<link rel="stylesheet" href="{{ poche_url }}themes/default/css/messages.css" media="all">
|
||||
<link rel="stylesheet" href="{{ poche_url }}themes/default/css/print.css" media="print">
|
||||
<script src="{{ poche_url }}themes/_global/js/jquery-2.0.3.min.js"></script>
|
||||
<script src="{{ poche_url }}themes/_global/js/jquery-2.1.3.min.js"></script>
|
||||
<script src="{{ poche_url }}themes/_global/js/autoClose.js"></script>
|
||||
<script src="{{ poche_url }}themes/default/js/closeMessage.js"></script>
|
||||
<script src="{{ poche_url }}themes/_global/js/saveLink.js"></script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user