projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bceda32
)
Allow multiple categories MKWS-377
author
Jason Skomorowski
<jason@indexdata.com>
Fri, 6 Feb 2015 15:20:14 +0000
(10:20 -0500)
committer
Jason Skomorowski
<jason@indexdata.com>
Fri, 6 Feb 2015 15:20:14 +0000
(10:20 -0500)
src/mkws-filter.js
patch
|
blob
|
history
diff --git
a/src/mkws-filter.js
b/src/mkws-filter.js
index
3554d98
..
5833cc3
100644
(file)
--- a/
src/mkws-filter.js
+++ b/
src/mkws-filter.js
@@
-95,7
+95,7
@@
function filterSet(team) {
that.visitCategories(function(id) {
if (res) res += ",";
- res += "category~" + id.replace(/[\\|,]/g, '\\$&');
+ res += "category~" + id.replace(/[\,]/g, '\\$&');
});
return res;
}