diff --git a/frappe/public/js/frappe/views/container.js b/frappe/public/js/frappe/views/container.js index cf1d6c9466..f8cea81fa9 100644 --- a/frappe/public/js/frappe/views/container.js +++ b/frappe/public/js/frappe/views/container.js @@ -40,11 +40,6 @@ frappe.views.Container = class Container { } change_to(label) { cur_page = this; - if(this.page && this.page.label === label) { - $(this.page).trigger('show'); - } - - var me = this; if(label.tagName) { // if sent the div, get the table var page = label;