From: Mike Taylor Date: Tue, 29 Apr 2014 12:41:24 +0000 (+0100) Subject: Call mkwsSetLang separately from mkwsHtmlAll. X-Git-Tag: 1.0.0~808 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=349e19d948afcea4dd0b35c693a0f15a8d00d757 Call mkwsSetLang separately from mkwsHtmlAll. --- diff --git a/src/mkws-team.js b/src/mkws-team.js index ac427e5..81877bc 100644 --- a/src/mkws-team.js +++ b/src/mkws-team.js @@ -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; };