You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
<scriptlanguage="JavaScript">functionconfirmDeleteTag(){varagree=confirm("Are you sure you want to delete this tag from all links ?");if(agree)returntrue;elsereturnfalse;}</script>
Copy file name to clipboardExpand all lines: tpl/page.footer.html
-21
Original file line number
Diff line number
Diff line change
@@ -7,24 +7,3 @@
7
7
{if="isLoggedIn()"}
8
8
<scriptlanguage="JavaScript">functionconfirmDeleteLink(){varagree=confirm("Are you sure you want to delete this link ?");if(agree)returntrue;elsereturnfalse;}</script>
0 commit comments