diff options
author | Sebastien SAUVAGE <sebsauvage@sebsauvage.net> | 2013-09-25 21:27:50 +0200 |
---|---|---|
committer | Sebastien SAUVAGE <sebsauvage@sebsauvage.net> | 2013-09-25 21:27:50 +0200 |
commit | 246e9b4e37cf85a04f52a22a61a4e705d51f96b4 (patch) | |
tree | 7bdecca36f5d248025248bf226525b0d74fd158b /tpl/picwall.html | |
parent | af77b2fd9a574ba03b309ea0799946fabf37c7d1 (diff) | |
download | Shaarli-246e9b4e37cf85a04f52a22a61a4e705d51f96b4.tar.gz Shaarli-246e9b4e37cf85a04f52a22a61a4e705d51f96b4.tar.zst Shaarli-246e9b4e37cf85a04f52a22a61a4e705d51f96b4.zip |
Removed jQuery from almost all pages
jQuery has been removed from all pages, except those who really require
it (like autocomplete in link edition).
Immediate gain: All pages weight 286 kb LESS ! \o/
Highlighting in search results has also been temporarly removed (and
will be re-implemented).
Diffstat (limited to 'tpl/picwall.html')
-rw-r--r-- | tpl/picwall.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tpl/picwall.html b/tpl/picwall.html index 631e0866..b78e2609 100644 --- a/tpl/picwall.html +++ b/tpl/picwall.html | |||
@@ -2,7 +2,9 @@ | |||
2 | <html> | 2 | <html> |
3 | <head>{include="includes"} | 3 | <head>{include="includes"} |
4 | {if="empty($GLOBALS['disablejquery'])"} | 4 | {if="empty($GLOBALS['disablejquery'])"} |
5 | <script src="inc/jquery.lazyload.min.js#"></script> | 5 | <script src="inc/jquery.min.js#"></script> |
6 | <script src="inc/jquery-ui.min.js#"></script> | ||
7 | <script src="inc/jquery.lazyload.min.js#"></script> | ||
6 | {/if} | 8 | {/if} |
7 | </head> | 9 | </head> |
8 | <body> | 10 | <body> |