瀏覽代碼

splice error on console (#4669)

version-14
Zarrar 7 年之前
committed by Nabin Hait
父節點
當前提交
60875dfc00
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      frappe/public/js/frappe/ui/filters/filters.js

+ 1
- 1
frappe/public/js/frappe/ui/filters/filters.js 查看文件

@@ -140,7 +140,7 @@ frappe.ui.FilterList = Class.extend({
}
if (i!==undefined) {
// remove index
this.splice(i, 1);
this.filters.splice(i, 1);
}
},



Loading…
取消
儲存