This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
splice error on console (
#4669
)
version-14
Zarrar
7 years ago
committed by
Nabin Hait
parent
90c1bb1bfa
commit
60875dfc00
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
frappe/public/js/frappe/ui/filters/filters.js
+ 1
- 1
frappe/public/js/frappe/ui/filters/filters.js
View File
@@ -140,7 +140,7 @@ frappe.ui.FilterList = Class.extend({
}
if (i!==undefined) {
// remove index
this.splice(i, 1);
this.
filters.
splice(i, 1);
}
},
Write
Preview
Loading…
Cancel
Save