Ignore:
Timestamp:
Nov 28, 2010, 6:39:08 PM (13 years ago)
Author:
cljosse
Message:

[Autosize][beta] fix bug in admin.php

File:
1 edited

Legend:

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

    r7915 r7916  
    290290                 }
    291291                 else
    292                      winwidth = Zone_Affichage.width;
     292                     winwidth = info_the_page.width;
    293293
    294294
     
    299299                 //---------------------------------------------
    300300                 jQuery(Parent).width(winwidth);
    301                  jQuery(Parent).height(Zone_Affichage.height);
     301               //  jQuery(Parent).height(Zone_Affichage.height);
    302302                 //---------------------------------------------
    303303
     
    463463                 borderW = Zone_Affichage.borderwidth.left;
    464464                 borderW += Zone_Affichage.borderwidth.right;
    465 
     465                 
    466466
    467467                 Zone_Affichage.width = winwidth - borderW;
Note: See TracChangeset for help on using the changeset viewer.