Ticket #21832: 21832.patch
| File 21832.patch, 484 bytes (added by , 13 years ago) |
|---|
-
wp-admin/js/common.js
202 202 if ( parseInt( m.css('top'), 10 ) > -5 ) 203 203 return; 204 204 205 if ( $(this).hasClass('wp-menu-open') ) 206 return; 207 205 208 menutop = $(this).offset().top; 206 209 wintop = $(window).scrollTop(); 207 210 maxtop = menutop - wintop - 30; // max = make the top of the sub almost touch admin bar