From ad094f459ff5eba54d3bec1d587f61a260cfb69e Mon Sep 17 00:00:00 2001 From: Santhosh Thottingal Date: Mon, 19 Nov 2012 15:11:54 +0530 Subject: [PATCH] Just hide the whole window after apply button pressed Change-Id: I6fe8675bddc7fa5fa8e3ac56cdbb3604cc695e22 --- resources/js/ext.uls.inputsettings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/ext.uls.inputsettings.js b/resources/js/ext.uls.inputsettings.js index a9be8925..dabc903a 100644 --- a/resources/js/ext.uls.inputsettings.js +++ b/resources/js/ext.uls.inputsettings.js @@ -436,7 +436,7 @@ onSave: function ( success ) { if ( success ) { // Live ime update - this.$parent.close(); + this.$parent.hide(); } else { // FIXME failure. what to do?! }