diff options
author | Thomas Citharel <tcit@tcit.fr> | 2015-03-01 22:11:35 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2015-03-01 22:11:35 +0100 |
commit | b692691d7ddc1fa0e1ef1f7888dfd65f70677e27 (patch) | |
tree | 69a9ba789426c5ba48d34b6fd92d26be9872ed2c /themes/default/_head.twig | |
parent | 5395d7f8f59ffa54996f908c48925fcc635cc92a (diff) | |
download | wallabag-b692691d7ddc1fa0e1ef1f7888dfd65f70677e27.tar.gz wallabag-b692691d7ddc1fa0e1ef1f7888dfd65f70677e27.tar.zst wallabag-b692691d7ddc1fa0e1ef1f7888dfd65f70677e27.zip |
update jquery to version 2.1.3
Diffstat (limited to 'themes/default/_head.twig')
-rwxr-xr-x | themes/default/_head.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/_head.twig b/themes/default/_head.twig index 277e3833..91a555cb 100755 --- a/themes/default/_head.twig +++ b/themes/default/_head.twig | |||
@@ -29,7 +29,7 @@ | |||
29 | <link rel="stylesheet" href="{{ poche_url }}themes/{{ theme }}/css/style-{{ theme }}.css" media="all" title="{{ theme }} theme"> | 29 | <link rel="stylesheet" href="{{ poche_url }}themes/{{ theme }}/css/style-{{ theme }}.css" media="all" title="{{ theme }} theme"> |
30 | <link rel="stylesheet" href="{{ poche_url }}themes/default/css/messages.css" media="all"> | 30 | <link rel="stylesheet" href="{{ poche_url }}themes/default/css/messages.css" media="all"> |
31 | <link rel="stylesheet" href="{{ poche_url }}themes/default/css/print.css" media="print"> | 31 | <link rel="stylesheet" href="{{ poche_url }}themes/default/css/print.css" media="print"> |
32 | <script src="{{ poche_url }}themes/_global/js/jquery-2.0.3.min.js"></script> | 32 | <script src="{{ poche_url }}themes/_global/js/jquery-2.1.3.min.js"></script> |
33 | <script src="{{ poche_url }}themes/_global/js/autoClose.js"></script> | 33 | <script src="{{ poche_url }}themes/_global/js/autoClose.js"></script> |
34 | <script src="{{ poche_url }}themes/default/js/closeMessage.js"></script> | 34 | <script src="{{ poche_url }}themes/default/js/closeMessage.js"></script> |
35 | <script src="{{ poche_url }}themes/_global/js/saveLink.js"></script> | 35 | <script src="{{ poche_url }}themes/_global/js/saveLink.js"></script> |