Ignore:
Timestamp:
Nov 30, 2010, 9:01:46 AM (13 years ago)
Author:
cljosse
Message:

[Autosize][beta] fix bug cl_conflit/autosize

File:
1 edited

Legend:

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

    r7934 r7943  
    390390
    391391                         //=========================================================
    392                          img_reelle.height = img_height  ;
     392                         img_reelle.height = img_height;
    393393                         img_reelle.width = Zone_Affichage.width;
    394394
     
    665665
    666666                 //================ Zone affichage =========================
    667                  //  Image_height, Image_width = valeur a atteindre.
     667 
    668668                 if (theme.match(RegExp("luciano", "g"))) {
    669669                     //---- information en dehors du cadre
    670                      //   Zone_Affichage.height -= Bandeau_bas.height - 20;
    671670                     jQuery(Cadre).height(Zone_Affichage.height -= Bandeau_bas.height);
    672 
    673671                 }
    674672
     
    877875                     jQuery("#Debug5").css({ background: "transparent",
    878876                         border: "red solid 2px",
    879 
     877                         top: info_frame.top + "px",
    880878                         left: info_frame.left + "px",
    881879                         width: info_frame.width + "px",
Note: See TracChangeset for help on using the changeset viewer.