missing ; in elegant javascript, causing unexpected errors with following scripts

git-svn-id: http://piwigo.org/svn/trunk@27212 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
mistic100
2014-02-05 17:05:43 +00:00
parent b6997a2c5c
commit 70bddcb891

View File

@@ -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'}