Moving MOTD is now done using jqnode rather than underlying DOM node.
[mkws-moved-to-github.git] / src / mkws-widget-main.js
index 55d628d..8cfad61 100644 (file)
@@ -400,7 +400,7 @@ mkws.registerWidgetType('MOTD', function() {
   var container = this.team.widget('MOTDContainer');
   if (container) {
     // Move the MOTD from the provided element down into the container
-    this.jqnode.appendTo(container.node); // #### can this be container.jqnode
+    this.jqnode.appendTo(container.jqnode);
   }
 });