Clicking on the 'Apply Settings' does not close the ULS panel
Bug: 48898 Change-Id: I0c05a9a1be14c1036110f84c7a0080b98f93ee1d
This commit is contained in:
@@ -63,7 +63,7 @@
|
|||||||
save: function ( callback ) {
|
save: function ( callback ) {
|
||||||
if ( !this.registry.isDirty ) {
|
if ( !this.registry.isDirty ) {
|
||||||
if ( callback ) {
|
if ( callback ) {
|
||||||
callback.call( this );
|
callback.call( this, true );
|
||||||
}
|
}
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user