function mkwsHtmlAll is GONE!
authorMike Taylor <mike@indexdata.com>
Tue, 29 Apr 2014 12:52:25 +0000 (13:52 +0100)
committerMike Taylor <mike@indexdata.com>
Tue, 29 Apr 2014 12:52:25 +0000 (13:52 +0100)
I think we may now be fully widgeted.

src/mkws-team.js

index 2b962a2..6d1e5a8 100644 (file)
@@ -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;