From: Mike Taylor Date: Thu, 23 Jan 2014 23:29:25 +0000 (+0000) Subject: Remove outdated comment. X-Git-Tag: 1.0.0~1629 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=257f243374877ffba1f780f94c7889ce0fdbd995;p=mkws-moved-to-github.git Remove outdated comment. --- 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;