Changeset 4386

Show
Ignore:
Timestamp:
07/13/07 12:58:55 (6 years ago)
Author:
gregmac
Message:

Bug in jquery dimensions plugin

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.3/amp_conf/htdocs/admin/common/jquery.dimensions.js

    r4378 r4386  
    7070  width: function() { 
    7171    if ( this[0] == window ) 
    72       if (($.browser.mozilla || $.browser.opera) && $(document).height() > self.innerHeight
     72      if (($.browser.mozilla || $.browser.opera) && $(document).width() > self.innerWidth
    7373        // mozilla and opera both return width + scrollbar width 
    7474        return self.innerWidth - getScrollbarWidth();