Ticket #46780: 46780.diff
| File 46780.diff, 668 bytes (added by , 7 years ago) |
|---|
-
color-picker.js
296 296 * @returns {void} 297 297 */ 298 298 open: function() { 299 this.element.iris( ' toggle' );299 this.element.iris( 'show' ); 300 300 this.inputWrapper.removeClass( 'hidden' ); 301 301 this.wrap.addClass( 'wp-picker-active' ); 302 302 this.toggler … … 312 312 * @returns {void} 313 313 */ 314 314 close: function() { 315 this.element.iris( ' toggle' );315 this.element.iris( 'hide' ); 316 316 this.inputWrapper.addClass( 'hidden' ); 317 317 this.wrap.removeClass( 'wp-picker-active' ); 318 318 this.toggler
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)