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

This commit is contained in:
jenkins-bot
2013-06-03 13:59:30 +00:00
committed by Gerrit Code Review

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;