Changeset 12692


Ignore:
Timestamp:
Dec 4, 2011, 11:32:28 AM (12 years ago)
Author:
cljosse
Message:

[extensions] Autosize fix bug compatibility with charlie

File:
1 edited

Legend:

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

    r12683 r12692  
    15961596    jQuery(Parent).css({ display: "block" });
    15971597    //====== détection du type d'images ======
    1598    if (jQuery("#Panorama").length) {
     1598    if (jQuery("#charlie").length > 0) {
     1599      Type_Img = "charlie";
     1600    }else    if (jQuery("#Panorama").length) {
    15991601        Type_Img = "panorama";
    16001602    } else if (jQuery("#pamoorama").length) {
Note: See TracChangeset for help on using the changeset viewer.