Ticket #54210: 54210.patch
| File 54210.patch, 570 bytes (added by , 4 years ago) |
|---|
-
src/js/_enqueues/admin/common.js
854 854 // Reset any compensation for submenus near the bottom of the screen. 855 855 $('#adminmenu div.wp-submenu').css('margin-top', ''); 856 856 857 if ( viewportWidth < 960 ) {857 if ( viewportWidth <= 960 ) { 858 858 if ( $body.hasClass('auto-fold') ) { 859 859 $body.removeClass('auto-fold').removeClass('folded'); 860 860 setUserSetting('unfold', 1);