Changeset 9292


Ignore:
Timestamp:
Feb 19, 2011, 2:01:13 PM (13 years ago)
Author:
cljosse
Message:

[Autosize][beta] bug with theme luciano
.


File:
1 edited

Legend:

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

    r9225 r9292  
    983983
    984984                 } else {
    985                      //===map ? ===
     985                     //===map ? luciano ===
    986986                     jQuery(TheImg).height(img_finale.height);
    987987                     jQuery(TheImg).width(img_finale.width);
     
    989989                         width: img_finale.width + "px "
    990990                     });
     991                     if (theme.match(RegExp("luciano", "g"))) {
     992                         jQuery(Parent + " #theImg IMG").css({ height: img_finale.height + "px ",
     993                             width: img_finale.width + "px "
     994                         })
     995                     }
    991996
    992997                 }
Note: See TracChangeset for help on using the changeset viewer.