From: Mike Taylor Date: Mon, 7 Apr 2014 15:51:30 +0000 (+0100) Subject: data-mkws-facet is now set of the index's name, not its caption. X-Git-Tag: 1.0.0~1009 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=49a76fa2562060378b8ff0735122a640122b0600 data-mkws-facet is now set of the index's name, not its caption. --- diff --git a/src/mkws-team.js b/src/mkws-team.js index ee031c9..7f28c1b 100644 --- a/src/mkws-team.js +++ b/src/mkws-team.js @@ -442,7 +442,7 @@ function team($, teamName) { if (!ref) { alert("bad facet configuration: '" + name + "'"); } else { - acc.push('
'); + acc.push('
'); acc.push('
'); } }