Changeset 4687
- Timestamp:
- 08/04/07 18:18:44 (6 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.3/amp_conf/htdocs/admin/common/interface.dim.js
r4686 r4687 10 10 wrapperHeight = $('#wrapper').height() 11 11 realHeight = $('#header').height() + (wrapperHeight > navHeight ? wrapperHeight : navHeight); 12 13 // handle when content is smaller than window height (http://freepbx.org/trac/ticket/2161) 14 if ($(window).height() > realHeight) { 15 realHeight = $(window).height(); 16 } 12 17 13 18 // center the box
