fix app dialog

This commit is contained in:
rlx 2016-01-13 15:55:20 +05:30
parent 40a7d478de
commit fabd50bef1
1 changed files with 1 additions and 8 deletions

View File

@ -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: ''});
}
});