Changeset 4386
- Timestamp:
- 07/13/07 12:58:55 (6 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.3/amp_conf/htdocs/admin/common/jquery.dimensions.js
r4378 r4386 70 70 width: function() { 71 71 if ( this[0] == window ) 72 if (($.browser.mozilla || $.browser.opera) && $(document). height() > self.innerHeight)72 if (($.browser.mozilla || $.browser.opera) && $(document).width() > self.innerWidth) 73 73 // mozilla and opera both return width + scrollbar width 74 74 return self.innerWidth - getScrollbarWidth();
