Ticket #20857: 20857.diff
| File 20857.diff, 578 bytes (added by , 14 years ago) |
|---|
-
wp-admin/js/common.dev.js
189 189 over: function(e){ 190 190 var b, h, o, f, m = $(this).find('.wp-submenu'), menutop, wintop, maxtop; 191 191 192 if ( !$(document.body).hasClass('folded') && $(this).hasClass('wp-menu-open') )193 return;194 195 192 menutop = $(this).offset().top; 196 193 wintop = $(window).scrollTop(); 197 194 maxtop = menutop - wintop - 30; // max = make the top of the sub almost touch admin bar