Changeset 32689
- Timestamp:
- 06/03/2015 10:58:52 PM (10 years ago)
- Location:
- trunk/src/wp-admin/js
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/customize-widgets.js
r32649 r32689 1607 1607 handle: '.widget-top', 1608 1608 axis: 'y', 1609 tolerance: 'pointer', 1609 1610 connectWith: '.accordion-section-content:has(.customize-control-sidebar_widgets)', 1610 1611 update: function() { -
trunk/src/wp-admin/js/widgets.js
r32480 r32689 125 125 distance: 2, 126 126 containment: '#wpwrap', 127 tolerance: 'pointer', 127 128 start: function( event, ui ) { 128 129 var height, $this = $(this),
Note: See TracChangeset
for help on using the changeset viewer.