Make WordPress Core

Ticket #33367: 33367.3.patch

File 33367.3.patch, 627 bytes (added by adamsilverstein, 9 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.$sectionContent.scrollLeft( 0 );
     1876
    18741877                                        _.each( menuItemContainerIds, function( menuItemContainerId ) {
    18751878                                                var menuItemId, menuItemControl, matches;
    18761879                                                matches = menuItemContainerId.match( /^customize-control-nav_menu_item-(-?\d+)$/, '' );