From 93fbae933da149a1aeaf84db02fa5f08966bacaf Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 18 Mar 2014 17:40:40 +0000 Subject: [PATCH] Fix comment. --- tools/htdocs/mkws.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/htdocs/mkws.js b/tools/htdocs/mkws.js index a98c590..fb72ddb 100644 --- a/tools/htdocs/mkws.js +++ b/tools/htdocs/mkws.js @@ -1475,7 +1475,7 @@ function team($, teamName) { } }); - // Find all nodes with an class, and determine their team from + // Find all nodes with an MKWS class, and determine their team from // the mkwsTeam_* class. Make all team objects. var then = $.now(); $('[class^="mkws"],[class*=" mkws"]').each(function () { -- 1.7.10.4