From: Mike Taylor Date: Wed, 5 Feb 2014 00:08:41 +0000 (+0000) Subject: Language menu is now set up by classes. X-Git-Tag: 1.0.0~1518^2~5 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=fc26ddbf9dfec3deb9a75b79eb3c293fbf73a754 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.) --- 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); }