Changeset 32689
- Timestamp:
- 06/03/2015 10:58:52 PM (11 years ago)
- Location:
- trunk/src/wp-admin/js
- Files:
-
- 2 edited
-
customize-widgets.js (modified) (1 diff)
-
widgets.js (modified) (1 diff)
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.