ソースを参照

Merge pull request #15439 from shariquerik/container-js-fix

fix: Workspace content loading twice
version-14
mergify[bot] 3年前
committed by GitHub
コミット
bace5cd209
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
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) { change_to(label) {
cur_page = this; cur_page = this;
if(this.page && this.page.label === label) {
$(this.page).trigger('show');
}

var me = this;
if(label.tagName) { if(label.tagName) {
// if sent the div, get the table // if sent the div, get the table
var page = label; var page = label;


読み込み中…
キャンセル
保存