aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/picwall.html
diff options
context:
space:
mode:
authorSébastien SAUVAGE <sebsauvage@sebsauvage.net>2013-03-11 01:49:50 -0700
committerSébastien SAUVAGE <sebsauvage@sebsauvage.net>2013-03-11 01:49:50 -0700
commit2d21a179b0528ec74af3e832fea489147cc7797f (patch)
tree82d699c0ae4031d8c28918a5b0aac327b36bc7b3 /tpl/picwall.html
parent310f3ca0079a03eaa627f94b65486e4547aeb3d9 (diff)
parentf2acdfd14e19518fe668044afc5663901f9ea63e (diff)
downloadShaarli-2d21a179b0528ec74af3e832fea489147cc7797f.tar.gz
Shaarli-2d21a179b0528ec74af3e832fea489147cc7797f.tar.zst
Shaarli-2d21a179b0528ec74af3e832fea489147cc7797f.zip
Merge pull request #45 from dsferruzza/fix-picwall-bug
Fix picwall bugs
Diffstat (limited to 'tpl/picwall.html')
-rw-r--r--tpl/picwall.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/tpl/picwall.html b/tpl/picwall.html
index 8f8e0a0e..631e0866 100644
--- a/tpl/picwall.html
+++ b/tpl/picwall.html
@@ -17,7 +17,7 @@
17</div> 17</div>
18</center> 18</center>
19{include="page.footer"} 19{include="page.footer"}
20</body> 20
21{if="empty($GLOBALS['disablejquery'])"} 21{if="empty($GLOBALS['disablejquery'])"}
22<script> 22<script>
23$(document).ready(function() { 23$(document).ready(function() {
@@ -25,4 +25,5 @@ $(document).ready(function() {
25}); 25});
26</script> 26</script>
27{/if} 27{/if}
28</body>
28</html> \ No newline at end of file 29</html> \ No newline at end of file