浏览代码

fix: removed unused code from container.js which fixes workspace content loading twice

version-14
Shariq Ansari 3 年前
父节点
当前提交
109b07971c
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. +0
    -5
      frappe/public/js/frappe/views/container.js

+ 0
- 5
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;


正在加载...
取消
保存