Ignore:
Timestamp:
Apr 10, 2013, 10:55:02 AM (11 years ago)
Author:
cljosse
Message:

[extensions] Autosize update to piwigo 2.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Autosize/js/autosize.dimensions.js

    r18716 r22116  
    564564
    565565  function num(el, prop) {
    566     valeur_num = jQuery.curCSS(el.jquery ? el[0] : el, prop, true);
     566
     567    valeur_num = jQuery.css(el.jquery ? el[0] : el, prop, true);
    567568
    568569    return Parse_Int(valeur_num);
Note: See TracChangeset for help on using the changeset viewer.