Remove extraneous comment.
authorMike Taylor <mike@indexdata.com>
Wed, 12 Feb 2014 17:18:34 +0000 (17:18 +0000)
committerMike Taylor <mike@indexdata.com>
Wed, 12 Feb 2014 17:18:34 +0000 (17:18 +0000)
I seem to be doing this a lot.

tools/htdocs/mkws.js

index 7b6041e..7436ae9 100644 (file)
@@ -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) {