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({
|
.bindEvent({
|
||||||
close: function() {
|
close: function() {
|
||||||
if (ui.page == 'app') {
|
oml.UI.set({page: ''});
|
||||||
oml.UI.set({page: ''});
|
|
||||||
}
|
|
||||||
},
|
|
||||||
'oml_part.app': function() {
|
|
||||||
if (ui.page == 'app') {
|
|
||||||
that.updateElement();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue