diff --git a/static/js/appDialog.js b/static/js/appDialog.js index 0f881ff..51a086a 100644 --- a/static/js/appDialog.js +++ b/static/js/appDialog.js @@ -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: ''}); } });