Ignore:
Timestamp:
Apr 25, 2013, 2:56:51 PM (11 years ago)
Author:
cljosse
Message:

[extensions] Autosize update to piwigo 2.5 (fix bugs with pamooramics, charlies's )

File:
1 edited

Legend:

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

    r22218 r22360  
    2222
    2323jQuery(document).ready(function (jQuery) {
    24  
    25 
    26   jQuery(window).unload(function () {
    27     return;
    28 
    29   }); // unload
    30 
    31 
    32 
    33 
    34 
    35 
    36   jQuery(window).load(function () {
    37    
    38 
    39 
     24  jQuery(window).load(function () { 
    4025    if (jQuery("#scrolltotop").length == 0)
    4126      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.