Make WordPress Core

Ticket #33367: 33367.2.patch

File 33367.2.patch, 651 bytes (added by karinedo, 10 years ago)
  • src/wp-admin/js/customize-nav-menus.js

     
    18711871
    18721872                                        control.isSorting = false;
    18731873
     1874                                        // Prevent horizontal scroll position when done dragging to the left
     1875                                        control.find('.accordion-section-content.menu').scrollLeft( 0 );
     1876
    18741877                                        _.each( menuItemContainerIds, function( menuItemContainerId ) {
    18751878                                                var menuItemId, menuItemControl, matches;
    18761879                                                matches = menuItemContainerId.match( /^customize-control-nav_menu_item-(-?\d+)$/, '' );