From 257f243374877ffba1f780f94c7889ce0fdbd995 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 23 Jan 2014 23:29:25 +0000 Subject: [PATCH] Remove outdated comment. --- tools/htdocs/mkws.js | 2 -- 1 file changed, 2 deletions(-) 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; -- 1.7.10.4