Just hide the whole window after apply button pressed

Change-Id: I6fe8675bddc7fa5fa8e3ac56cdbb3604cc695e22
This commit is contained in:
Santhosh Thottingal
2012-11-19 15:11:54 +05:30
parent d8599bee18
commit ad094f459f

View File

@@ -436,7 +436,7 @@
onSave: function ( success ) { onSave: function ( success ) {
if ( success ) { if ( success ) {
// Live ime update // Live ime update
this.$parent.close(); this.$parent.hide();
} else { } else {
// FIXME failure. what to do?! // FIXME failure. what to do?!
} }