Merge remote branch 'origin/master' into wosch
[mkws-moved-to-github.git] / src / mkws-widgets.js
index c131756..d5ec237 100644 (file)
@@ -525,7 +525,6 @@ mkws.registerWidgetType('Lang', function() {
 mkws.registerWidgetType('MOTD', function() {
     var container = this.team.widget('MOTDContainer');
     if (container) {
-        alert("moving MOTD");
        // Move the MOTD from the provided element down into the container
        $(this.node).appendTo(container.node);
     }