Call mkwsSetLang separately from mkwsHtmlAll.
authorMike Taylor <mike@indexdata.com>
Tue, 29 Apr 2014 12:41:24 +0000 (13:41 +0100)
committerMike Taylor <mike@indexdata.com>
Tue, 29 Apr 2014 12:41:24 +0000 (13:41 +0100)
src/mkws-team.js

index ac427e5..81877bc 100644 (file)
@@ -353,8 +353,6 @@ function team($, teamName) {
      * result pages.
      */
     function mkwsHtmlAll() {
-       mkwsSetLang();
-
         var container = findnode(".mkwsMOTDContainer");
        if (container.length) {
            // Move the MOTD from the provided element down into the container
@@ -574,6 +572,7 @@ function team($, teamName) {
     }
 
     mkwsHtmlAll()
+    mkwsSetLang();
 
     return that;
 };