From 88e67f027a5e65c663b5af176fb2053c91dcc900 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 28 Feb 2014 15:42:23 +0000 Subject: [PATCH] Rename variable. --- tools/htdocs/mkws.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); } -- 1.7.10.4