Rename variable.
authorMike Taylor <mike@indexdata.com>
Fri, 28 Feb 2014 15:42:23 +0000 (15:42 +0000)
committerMike Taylor <mike@indexdata.com>
Fri, 28 Feb 2014 15:42:23 +0000 (15:42 +0000)
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);
     }