X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=src%2Fmkws-team.js;h=aa84176a111be0384f9e99a604132da9626f4271;hb=fa40f69b16aa52d1fa87827143ea13eb0c9de7f4;hp=74ec42dc826eba61af22bba933abbd042f0429ae;hpb=ec50f3042b4f4654eb0ec4b0a3b0bd55371c42f3;p=mkws-moved-to-github.git 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; };