Ignore:
Timestamp:
May 2, 2013, 5:56:33 PM (11 years ago)
Author:
cljosse
Message:

[extensions] Autosize update to piwigo 2.5 (fix bugs with jquery 1.9 )

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Autosize/js/JScript.js

    r22360 r22467  
    2222
    2323jQuery(document).ready(function (jQuery) {
    24   jQuery(window).load(function () { 
     24  jQuery(window).on("load", function () { 
    2525    if (jQuery("#scrolltotop").length == 0)
    2626      jQuery('#scrolltobottom').before('<div id="scrolltotop" ><a title="Revenir en haut de la page" href="#"></a></div>');
Note: See TracChangeset for help on using the changeset viewer.