Ticket #33367: 33367.3.patch
File 33367.3.patch, 627 bytes (added by , 9 years ago) |
---|
-
src/wp-admin/js/customize-nav-menus.js
1871 1871 1872 1872 control.isSorting = false; 1873 1873 1874 // Prevent horizontal scroll position when done dragging to the left 1875 control.$sectionContent.scrollLeft( 0 ); 1876 1874 1877 _.each( menuItemContainerIds, function( menuItemContainerId ) { 1875 1878 var menuItemId, menuItemControl, matches; 1876 1879 matches = menuItemContainerId.match( /^customize-control-nav_menu_item-(-?\d+)$/, '' );