From a75167589d904b76aa5cdf466d6fc44a4aa1d43b Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 12 Feb 2014 17:18:34 +0000 Subject: [PATCH] Remove extraneous comment. I seem to be doing this a lot. --- tools/htdocs/mkws.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/htdocs/mkws.js b/tools/htdocs/mkws.js index 7b6041e..7436ae9 100644 --- a/tools/htdocs/mkws.js +++ b/tools/htdocs/mkws.js @@ -863,8 +863,6 @@ function team($, teamName) { if (mkws_config.show_lang) mkws_html_lang(); - // For some reason, doing this programmatically results in - // document.mkwsSearchForm.mkwsQuery being undefined, hence the raw HTML. debug("HTML search form"); // ### There is only one match here by design: fix not to bother looping $('.mkwsSearch.mkwsTeam_' + m_teamName).each(function (i, obj) { -- 1.7.10.4