projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0110825
)
Call mkwsSetLang separately from mkwsHtmlAll.
author
Mike Taylor
<mike@indexdata.com>
Tue, 29 Apr 2014 12:41:24 +0000
(13:41 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Tue, 29 Apr 2014 12:41:24 +0000
(13:41 +0100)
src/mkws-team.js
patch
|
blob
|
history
diff --git
a/src/mkws-team.js
b/src/mkws-team.js
index
ac427e5
..
81877bc
100644
(file)
--- 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;
};