X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=tools%2Fhtdocs%2Fmkws.js;h=d8065d63677ad1a38ec1753fade22853d01c22cf;hb=257f243374877ffba1f780f94c7889ce0fdbd995;hp=e721d8cbbf21be15090af873ee67990684417983;hpb=206ce7b2d1040c538f8f87470f4407ff45d63c4d;p=mkws-moved-to-github.git diff --git a/tools/htdocs/mkws.js b/tools/htdocs/mkws.js index e721d8c..d8065d6 100644 --- a/tools/htdocs/mkws.js +++ b/tools/htdocs/mkws.js @@ -1407,8 +1407,6 @@ function _mkws_jquery_plugin ($) { // Find all nodes with class (NOT id) mkwsRecords, and // determine their team from the mkwsTeam_* class. So: //
- // ### Down the line we will also want teams that have facet - // divs but no results. But not today. $('.mkwsResults, .mkwsRecords, .mkwsTermlists').each(function () { var node = this; var classes = this.className;