Changeset 27212


Ignore:
Timestamp:
Feb 5, 2014, 6:05:43 PM (10 years ago)
Author:
mistic100
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/elegant/local_head.tpl

    r26971 r27212  
    77{footer_script}
    88  var p_main_menu = "{$elegant.p_main_menu}", p_pict_descr = "{$elegant.p_pict_descr}", p_pict_comment = "{$elegant.p_pict_comment}";
    9   jQuery(document).ready(function()
    10   {
     9  jQuery(document).ready(function() {
    1110      jQuery(".browsePath").jBreadCrumb();
    12   })
     11  });
    1312{/footer_script}
    1413{if $BODY_ID=='thePicturePage'}
Note: See TracChangeset for help on using the changeset viewer.