Just hide the whole window after apply button pressed
Change-Id: I6fe8675bddc7fa5fa8e3ac56cdbb3604cc695e22
This commit is contained in:
@@ -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?!
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user