From 70bddcb891f294fdf1b4184892d49e79252aaa91 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Wed, 5 Feb 2014 17:05:43 +0000 Subject: [PATCH] missing ; in elegant javascript, causing unexpected errors with following scripts git-svn-id: http://piwigo.org/svn/trunk@27212 68402e56-0260-453c-a942-63ccdbb3a9ee --- local_head.tpl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/local_head.tpl b/local_head.tpl index a342df6..47124ce 100644 --- a/local_head.tpl +++ b/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'}