Ticket #33509: 33509.diff
| File 33509.diff, 625 bytes (added by , 11 years ago) |
|---|
-
wp-admin/js/customize-controls.js
1497 1497 * @param {Callback} args.completeCallback 1498 1498 */ 1499 1499 onChangeActive: function ( active, args ) { 1500 if ( ! $.contains( document, this.container) ) {1500 if ( this.container[0] && ! $.contains( document, this.container[0] ) ) { 1501 1501 // jQuery.fn.slideUp is not hiding an element if it is not in the DOM 1502 1502 this.container.toggle( active ); 1503 1503 if ( args.completeCallback ) {