Dotclear

Changeset 1002:a5b3ec588c51 for admin


Ignore:
Timestamp:
11/13/12 14:49:50 (13 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Better way to cope with online help, fixes #1360

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/js/common.js

    r958 r1002  
    159159     var sizeBox = function() { 
    160160          This.css('height','auto'); 
    161           if ($('body').height() > This.height()) { 
    162                This.css('height',$('body').height() + 'px'); 
     161          if ($('#main').height() > This.height()) { 
     162               This.css('height',$('#main').height() + 'px'); 
    163163          } 
    164164     }; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map