From fabd50bef1a615d268c01d3154657f1a98e179b5 Mon Sep 17 00:00:00 2001 From: rlx Date: Wed, 13 Jan 2016 15:55:20 +0530 Subject: [PATCH] fix app dialog --- static/js/appDialog.js | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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: ''}); } });