From 8640964f9530b34477bee5e945712f96f40faf2a Mon Sep 17 00:00:00 2001 From: Santhosh Thottingal Date: Mon, 3 Jun 2013 15:10:38 +0530 Subject: [PATCH] Clicking on the 'Apply Settings' does not close the ULS panel Bug: 48898 Change-Id: I0c05a9a1be14c1036110f84c7a0080b98f93ee1d --- resources/js/ext.uls.ime.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/ext.uls.ime.js b/resources/js/ext.uls.ime.js index 80fd5e97..9d5b08af 100644 --- a/resources/js/ext.uls.ime.js +++ b/resources/js/ext.uls.ime.js @@ -63,7 +63,7 @@ save: function ( callback ) { if ( !this.registry.isDirty ) { if ( callback ) { - callback.call( this ); + callback.call( this, true ); } return;