Language menu is now set up by classes.
authorMike Taylor <mike@indexdata.com>
Wed, 5 Feb 2014 00:08:41 +0000 (00:08 +0000)
committerMike Taylor <mike@indexdata.com>
Wed, 5 Feb 2014 00:08:41 +0000 (00:08 +0000)
(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

index dbbc2c5..2c71610 100644 (file)
@@ -1081,7 +1081,7 @@ function team($, teamName) {
            }
        }
 
-       $("#mkwsLang").html(data);
+       $(".mkwsLang.mkwsTeam_" + m_teamName).html(data);
     }