Make WordPress Core

Ticket #54210: 54210.patch

File 54210.patch, 570 bytes (added by sabernhardt, 4 years ago)
  • src/js/_enqueues/admin/common.js

     
    854854                // Reset any compensation for submenus near the bottom of the screen.
    855855                $('#adminmenu div.wp-submenu').css('margin-top', '');
    856856
    857                 if ( viewportWidth < 960 ) {
     857                if ( viewportWidth <= 960 ) {
    858858                        if ( $body.hasClass('auto-fold') ) {
    859859                                $body.removeClass('auto-fold').removeClass('folded');
    860860                                setUserSetting('unfold', 1);