From: Mike Taylor Date: Tue, 29 Apr 2014 12:54:54 +0000 (+0100) Subject: Oops, remove the spurious alert() from the MOTD widget! X-Git-Tag: 1.0.0~801 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;ds=sidebyside;h=e9542a223763ebad4b92153651cf72e5755cbfa2;p=mkws-moved-to-github.git Oops, remove the spurious alert() from the MOTD widget! --- diff --git a/src/mkws-widgets.js b/src/mkws-widgets.js index c131756..d5ec237 100644 --- a/src/mkws-widgets.js +++ b/src/mkws-widgets.js @@ -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); }