From: Mike Taylor Date: Fri, 28 Feb 2014 15:42:23 +0000 (+0000) Subject: Rename variable. X-Git-Tag: 1.0.0~1379 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=88e67f027a5e65c663b5af176fb2053c91dcc900 Rename variable. --- diff --git a/tools/htdocs/mkws.js b/tools/htdocs/mkws.js index cd0a18e..d7d7951 100644 --- a/tools/htdocs/mkws.js +++ b/tools/htdocs/mkws.js @@ -275,8 +275,8 @@ function team($, teamName) { // Finds the node of the specified class within the current team - function findnode(s) { - return $(s + '.mkwsTeam_' + m_teamName); + function findnode(selector) { + return $(selector + '.mkwsTeam_' + m_teamName); }