From: Mike Taylor Date: Tue, 22 Apr 2014 15:53:20 +0000 (+0100) Subject: Category filters use a "category" element. X-Git-Tag: 1.0.0~898 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=fa40f69b16aa52d1fa87827143ea13eb0c9de7f4 Category filters use a "category" element. --- 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; };