Clicking on the 'Apply Settings' does not close the ULS panel

Bug: 48898
Change-Id: I0c05a9a1be14c1036110f84c7a0080b98f93ee1d
This commit is contained in:
Santhosh Thottingal
2013-06-03 15:10:38 +05:30
parent 56d719ec50
commit 8640964f95

View File

@@ -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;