X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=tools%2Fhtdocs%2Fmkws.js;h=710e47f46bf6b1d963b193ccd0c3977a10c96834;hb=756989a6842ba0acb89db2a9202f9f2839a9bca8;hp=c17c097bae32515104243b15e9aec559f39a3cf6;hpb=7ea0e2cad7e27c5f1d09b1658e12554ceb978d66;p=mkws-moved-to-github.git diff --git a/tools/htdocs/mkws.js b/tools/htdocs/mkws.js index c17c097..710e47f 100644 --- a/tools/htdocs/mkws.js +++ b/tools/htdocs/mkws.js @@ -277,7 +277,7 @@ function team($, teamName) { // Finds the node of the specified class within the current team function findnode(selector, teamName) { teamName = teamName || m_teamName; - return $(selector + '.mkwsTeam_' + m_teamName); + return $(selector + '.mkwsTeam_' + teamName); }