Changeset 7874


Ignore:
Timestamp:
Nov 25, 2010, 5:30:39 PM (13 years ago)
Author:
cljosse
Message:

[Autosize][beta] fix compatiblity with theme stripped.

File:
1 edited

Legend:

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

    r7873 r7874  
    195195         */
    196196         //=========================================================
    197          old_window  ={width:0,height:0};
     197         old_window = { width: 0, height: 0 };
    198198
    199199         jQuery.fn.extend({
     
    702702                 jQuery("#standard").css("top", 0 + "px");
    703703                 jQuery("#comments").css("top", 0 + "px");
    704 
     704 
    705705
    706706                 jQuery(Cadre).width(Zone_Affichage.width);
     
    899899
    900900                     //  jQuery("#Debug3").css({ top: info_Cadre.top + "px", height: info_Cadre.height + "px" }); //blue
    901                      jQuery("#Debug5").css({ left: info_frame.left + "px", width: info_frame.width + "px", height: info_frame.height + "px" }); //red
     901                     jQuery("#Debug5").css({ background: "transparent",
     902                     border:"red solid 2px",
     903                         top: info_frame.top + "px",
     904                         left: info_frame.left + "px",
     905                         width: info_frame.width + "px",
     906                         height: info_frame.height + "px"
     907                         }); //red
    902908                     jQuery("#Debug4").css({ top: info_frame.bottom - info_description.height + "px" }); //green
    903909                 }
Note: See TracChangeset for help on using the changeset viewer.