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/autosizeDetect.js

    r22360 r22467  
    11jQuery(document).ready(function (jQuery) {
    2   jQuery(window).load(function (e) {
     2  jQuery(window).on("load", function (e) {
    33    var myWidth = 0, myHeight = 0;
    44    if (typeof (window.innerWidth) == 'number') {
Note: See TracChangeset for help on using the changeset viewer.