mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-09 12:44:12 +01:00
Fix some CPOW issues. Everything is still terrible, though.
This commit is contained in:
@@ -225,7 +225,7 @@ var Hive = Class("Hive", {
|
||||
name = null;
|
||||
}
|
||||
|
||||
if (filter && filter.contains(","))
|
||||
if (filter && filter.includes(","))
|
||||
return filter.split(",").reduce(
|
||||
(n, f) => n + this.removeSheet(name, f, index), 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user