mirror of
https://github.com/Piwigo/piwigo-elegant.git
synced 2026-03-28 17:43:07 +01:00
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:
@@ -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'}
|
||||
|
||||
Reference in New Issue
Block a user