From 246e9b4e37cf85a04f52a22a61a4e705d51f96b4 Mon Sep 17 00:00:00 2001 From: Sebastien SAUVAGE Date: Wed, 25 Sep 2013 21:27:50 +0200 Subject: 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). --- tpl/page.footer.html | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'tpl/page.footer.html') diff --git a/tpl/page.footer.html b/tpl/page.footer.html index 3aa47ba6..8e5869c5 100644 --- a/tpl/page.footer.html +++ b/tpl/page.footer.html @@ -7,24 +7,3 @@ {if="isLoggedIn()"} {/if} - -{if="($GLOBALS['config']['OPEN_SHAARLI'] || isLoggedIn()) && empty($GLOBALS['disablejquery'])"} - -{/if} - -{if="empty($GLOBALS['disablejquery']) && isset($_GET['searchterm'])"} - - -{/if} \ No newline at end of file -- cgit v1.2.3