From fa40f69b16aa52d1fa87827143ea13eb0c9de7f4 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 22 Apr 2014 16:53:20 +0100 Subject: [PATCH] Category filters use a "category" element. --- src/mkws-team.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mkws-team.js b/src/mkws-team.js index 74ec42d..aa84176 100644 --- a/src/mkws-team.js +++ b/src/mkws-team.js @@ -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; }; -- 1.7.10.4