fix app dialog
This commit is contained in:
parent
40a7d478de
commit
fabd50bef1
1 changed files with 1 additions and 8 deletions
|
@ -119,14 +119,7 @@ oml.ui.appDialog = function() {
|
|||
})
|
||||
.bindEvent({
|
||||
close: function() {
|
||||
if (ui.page == 'app') {
|
||||
oml.UI.set({page: ''});
|
||||
}
|
||||
},
|
||||
'oml_part.app': function() {
|
||||
if (ui.page == 'app') {
|
||||
that.updateElement();
|
||||
}
|
||||
oml.UI.set({page: ''});
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue