From: Mike Taylor Date: Tue, 18 Mar 2014 17:40:56 +0000 (+0000) Subject: Clarify comment. X-Git-Tag: 1.0.0~1304 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;ds=sidebyside;h=6e074b7f3e1fea1ef7c58c4d76966d8209e0816f;p=mkws-moved-to-github.git Clarify comment. --- 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; }