From 846998b28d9bbda969429d8873cb6271d1dce435 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Wed, 20 Mar 2013 11:34:17 +0100 Subject: Deactivate motd and cloudmsg has some issues (synchronous requests, increases startup time on mobiles) --- gui.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gui.js') diff --git a/gui.js b/gui.js index 4e08991..31f2aee 100644 --- a/gui.js +++ b/gui.js @@ -68,7 +68,7 @@ sb, CommentMorph*/ // Global stuff //////////////////////////////////////////////////////// -modules.gui = '2013-March-19'; +modules.gui = '2013-March-20'; // Declarations @@ -206,8 +206,11 @@ IDE_Morph.prototype.openIn = function (world) { } // dynamic notifications from non-source text files + // has some issues, commented out for now + /* this.cloudMsg = getURL('http://snap.berkeley.edu/cloudmsg.txt'); motd = getURL('http://snap.berkeley.edu/motd.txt'); + */ if (motd) { this.inform('Snap!', motd); } -- cgit v1.3.1