From: Mike Taylor Date: Tue, 29 Apr 2014 12:52:25 +0000 (+0100) Subject: function mkwsHtmlAll is GONE! X-Git-Tag: 1.0.0~804 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=01375c84c73c19d498e021d72cd0f8f00e42a720 function mkwsHtmlAll is GONE! I think we may now be fully widgeted. --- 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;