Ignore:
Timestamp:
Apr 15, 2013, 1:42:45 PM (11 years ago)
Author:
cljosse
Message:

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

File:
1 edited

Legend:

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

    r22191 r22218  
    11function on_load() {
    2         var myWidth = 0, myHeight = 0, myImgWidth = 0, myImgHeight = 0;
     2        var myWidth = 0, myHeight = 0;
    33        if (typeof (window.innerWidth) == 'number') {
    44                // Non-IE
Note: See TracChangeset for help on using the changeset viewer.