Fix overzealous edit
[mkws-moved-to-github.git] / src / mkws-filter.js
index 5833cc3..0b2ea63 100644 (file)
@@ -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;
   }