From 01375c84c73c19d498e021d72cd0f8f00e42a720 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 29 Apr 2014 13:52:25 +0100 Subject: [PATCH] function mkwsHtmlAll is GONE! I think we may now be fully widgeted. --- src/mkws-team.js | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/mkws-team.js b/src/mkws-team.js index 2b962a2..6d1e5a8 100644 --- a/src/mkws-team.js +++ b/src/mkws-team.js @@ -341,19 +341,6 @@ function team($, teamName) { }; - /* - * All the HTML stuff to render the search forms and - * result pages. - */ - function mkwsHtmlAll() { - var container = findnode(".mkwsMOTDContainer"); - if (container.length) { - // Move the MOTD from the provided element down into the container - findnode(".mkwsMOTD").appendTo(container); - } - } - - function mkwsSetLang() { var lang = mkws.getParameterByName("lang") || m_config.lang; if (!lang || !mkws.locale_lang[lang]) { @@ -476,7 +463,6 @@ function team($, teamName) { return m_widgets[type]; } - mkwsHtmlAll() mkwsSetLang(); return that; -- 1.7.10.4