Ignore:
Timestamp:
Jan 3, 2013, 7:38:40 PM (11 years ago)
Author:
cljosse
Message:

[extensions] Autosize fix bug init

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Autosize/template/picture.tpl

    r17192 r19764  
    2626   var src5 = "{'cl_autosize_info_1'|@translate}";
    2727   var src6 = "{$cl_autosize_button.ICON1}";
     28   var asp_options = null;
    2829
    2930   {if $ASP.width}
    3031   jQuery(window).load(function () {ldelim}
    31    var asp_options ={ldelim} };
     32   asp_options ={ldelim} };
    3233   if(typeof $("#imageToolBar") !="undefined" )
    3334   var w = $("#imageToolBar").width();
     
    5152                                         loop_180 : {$ASP.loop_180}
    5253                         };
    53                 //$("#theImage img.simple_panorama").panorama(asp_options);
     54
     55                // $("#theImage img.simple_panorama").panorama(asp_options);
    5456        };
    5557 });
Note: See TracChangeset for help on using the changeset viewer.