Category filters use a "category" element.
[mkws-moved-to-github.git] / src / mkws-team.js
index 74ec42d..aa84176 100644 (file)
@@ -191,7 +191,7 @@ function team($, teamName) {
 
     that.limitCategory = function(id) {
        log("limitCategory(id=" + id + ")");
-       m_filters.push({ id: id });
+       m_filters.push({ category: id });
        //triggerSearch();
        return false;
     };