Rename variable.
[mkws-moved-to-github.git] / tools / htdocs / mkws.js
index cd0a18e..d7d7951 100644 (file)
@@ -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);
     }