From: Mike Taylor Date: Wed, 12 Feb 2014 17:18:34 +0000 (+0000) Subject: Remove extraneous comment. X-Git-Tag: 1.0.0~1466 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=a75167589d904b76aa5cdf466d6fc44a4aa1d43b Remove extraneous comment. I seem to be doing this a lot. --- 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) {