Changeset 34557
- Timestamp:
- 09/25/2015 07:54:00 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/customize-controls.js
r34188 r34557 1536 1536 } 1537 1537 1538 if ( ! $.contains( document, this.container ) ) {1538 if ( ! $.contains( document, this.container[0] ) ) { 1539 1539 // jQuery.fn.slideUp is not hiding an element if it is not in the DOM 1540 1540 this.container.toggle( active );
Note: See TracChangeset
for help on using the changeset viewer.