From 6e074b7f3e1fea1ef7c58c4d76966d8209e0816f Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 18 Mar 2014 17:40:56 +0000 Subject: [PATCH] Clarify 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 fb72ddb..3f8c84c 100644 --- a/tools/htdocs/mkws.js +++ b/tools/htdocs/mkws.js @@ -570,7 +570,7 @@ function team($, teamName) { var pp2filter = ""; var pp2limit = ""; - // Re-use previous query/sort-order if new ones are not specified + // Continue to use previous query/sort-order unless new ones are specified if (query) { m_query = query; } -- 1.7.10.4