diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-11-24 13:23:53 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-11-24 13:23:53 +0100 |
commit | 485d57972ee3c3219652454ff6d7d82a3602bd34 (patch) | |
tree | 9f765654886b8fba8c1d8159fff6adc2b4b5aefc /themes/baggy/_head.twig | |
parent | 7b8bb75228fff2a629388313a3d12cd63c846ad6 (diff) | |
parent | 6062f74c6b9344473c36b9b290aa9dece0464854 (diff) | |
download | wallabag-485d57972ee3c3219652454ff6d7d82a3602bd34.tar.gz wallabag-485d57972ee3c3219652454ff6d7d82a3602bd34.tar.zst wallabag-485d57972ee3c3219652454ff6d7d82a3602bd34.zip |
Merge pull request #939 from jsit/globaljs
_global-izing some more js & css
Diffstat (limited to 'themes/baggy/_head.twig')
-rwxr-xr-x | themes/baggy/_head.twig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/themes/baggy/_head.twig b/themes/baggy/_head.twig index 1c319aca..a88d4186 100755 --- a/themes/baggy/_head.twig +++ b/themes/baggy/_head.twig | |||
@@ -30,10 +30,10 @@ | |||
30 | <link rel="stylesheet" href="{{ poche_url }}themes/{{theme}}/css/messages.css" media="all"> | 30 | <link rel="stylesheet" href="{{ poche_url }}themes/{{theme}}/css/messages.css" media="all"> |
31 | <link rel="stylesheet" href="{{ poche_url }}themes/{{theme}}/css/print.css" media="print"> | 31 | <link rel="stylesheet" href="{{ poche_url }}themes/{{theme}}/css/print.css" media="print"> |
32 | 32 | ||
33 | <script src="{{ poche_url }}themes/default/js/jquery-2.0.3.min.js"></script> | 33 | <script src="{{ poche_url }}themes/_global/js/jquery-2.0.3.min.js"></script> |
34 | <script src="{{ poche_url }}themes/default/js/autoClose.js"></script> | 34 | <script src="{{ poche_url }}themes/_global/js/autoClose.js"></script> |
35 | <script src="{{ poche_url }}themes/{{theme}}/js/jquery.cookie.js"></script> | 35 | <script src="{{ poche_url }}themes/{{theme}}/js/jquery.cookie.js"></script> |
36 | <script src="{{ poche_url }}themes/{{theme}}/js/init.js"></script> | 36 | <script src="{{ poche_url }}themes/{{theme}}/js/init.js"></script> |
37 | <script src="{{ poche_url }}themes/default/js/saveLink.js"></script> | 37 | <script src="{{ poche_url }}themes/_global/js/saveLink.js"></script> |
38 | <script src="{{ poche_url }}themes/default/js/popupForm.js"></script> | 38 | <script src="{{ poche_url }}themes/_global/js/popupForm.js"></script> |
39 | <script src="{{ poche_url }}themes/{{theme}}/js/closeMessage.js"></script> | 39 | <script src="{{ poche_url }}themes/{{theme}}/js/closeMessage.js"></script> |