From fc26ddbf9dfec3deb9a75b79eb3c293fbf73a754 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 5 Feb 2014 00:08:41 +0000 Subject: [PATCH] Language menu is now set up by classes. (A bit vacuous, this, since there can't be more than one of them at the moment. But down the line it would be nice to fix that.) --- tools/htdocs/mkws.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/htdocs/mkws.js b/tools/htdocs/mkws.js index dbbc2c5..2c71610 100644 --- a/tools/htdocs/mkws.js +++ b/tools/htdocs/mkws.js @@ -1081,7 +1081,7 @@ function team($, teamName) { } } - $("#mkwsLang").html(data); + $(".mkwsLang.mkwsTeam_" + m_teamName).html(data); } -- 1.7.10.4