Skip to content

Commit

Permalink
Merge pull request #15439 from shariquerik/container-js-fix
Browse files Browse the repository at this point in the history
fix: Workspace content loading twice
  • Loading branch information
mergify[bot] committed Dec 27, 2021
2 parents f0e1533 + 7cb2937 commit bace5cd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions frappe/public/js/frappe/views/container.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit bace5cd

Please sign in to comment.