Merge pull request #15439 from shariquerik/container-js-fix
fix: Workspace content loading twice
This commit is contained in:
commit
bace5cd209
1 changed files with 0 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue