aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/page.footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/page.footer.html')
-rw-r--r--tpl/page.footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/page.footer.html b/tpl/page.footer.html
index 7fe15017..13b566ae 100644
--- a/tpl/page.footer.html
+++ b/tpl/page.footer.html
@@ -8,7 +8,7 @@
8<script language="JavaScript">function confirmDeleteLink() { var agree=confirm("Are you sure you want to delete this link ?"); if (agree) return true ; else return false ; }</script> 8<script language="JavaScript">function confirmDeleteLink() { var agree=confirm("Are you sure you want to delete this link ?"); if (agree) return true ; else return false ; }</script>
9{/if} 9{/if}
10 10
11{if="$GLOBALS['config']['OPEN_SHAARLI'] || isLoggedIn()"} 11{if="($GLOBALS['config']['OPEN_SHAARLI'] || isLoggedIn()) && empty($GLOBALS['disablejquery'])"}
12<script language="JavaScript"> 12<script language="JavaScript">
13$(document).ready(function() 13$(document).ready(function()
14{ 14{