Oops, remove the spurious alert() from the MOTD widget!
authorMike Taylor <mike@indexdata.com>
Tue, 29 Apr 2014 12:54:54 +0000 (13:54 +0100)
committerMike Taylor <mike@indexdata.com>
Tue, 29 Apr 2014 12:54:54 +0000 (13:54 +0100)
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);
     }