aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2014-02-05 17:05:43 +0000
committermistic100 <mistic@piwigo.org>2014-02-05 17:05:43 +0000
commitec1f93b9873b70c5e5383ee858eae5b9de01bc65 (patch)
treef0977b9be79e7eb57fd1ecf2db54a8a03222a4df /themes
parentccf3a7b6c46ad50e8d5165eb096c1bfea9af9855 (diff)
missing ; in elegant javascript, causing unexpected errors with following scripts
git-svn-id: http://piwigo.org/svn/trunk@27212 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes')
-rw-r--r--themes/elegant/local_head.tpl5
1 files changed, 2 insertions, 3 deletions
diff --git a/themes/elegant/local_head.tpl b/themes/elegant/local_head.tpl
index a342df6b8..47124ce72 100644
--- a/themes/elegant/local_head.tpl
+++ b/themes/elegant/local_head.tpl
@@ -6,10 +6,9 @@
{/html_style}
{footer_script}
var p_main_menu = "{$elegant.p_main_menu}", p_pict_descr = "{$elegant.p_pict_descr}", p_pict_comment = "{$elegant.p_pict_comment}";
- jQuery(document).ready(function()
- {
+ jQuery(document).ready(function() {
jQuery(".browsePath").jBreadCrumb();
- })
+ });
{/footer_script}
{if $BODY_ID=='thePicturePage'}
{combine_script id='elegant.scripts_pp' load='footer' require='jquery' path='themes/elegant/scripts_pp.js'}