diff options
| author | jmoenig <jens@moenig.org> | 2013-03-20 11:34:17 +0100 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2013-03-20 11:34:17 +0100 |
| commit | 846998b28d9bbda969429d8873cb6271d1dce435 (patch) | |
| tree | 240ee951e90d90cacc812f2fbb361aee5b3b09f9 /gui.js | |
| parent | 7f03ba28e003bb39e8cdec64d7ff310999cf0be8 (diff) | |
| download | snap-byow-846998b28d9bbda969429d8873cb6271d1dce435.tar.gz snap-byow-846998b28d9bbda969429d8873cb6271d1dce435.zip | |
Deactivate motd and cloudmsg
has some issues (synchronous requests, increases startup time on
mobiles)
Diffstat (limited to 'gui.js')
| -rw-r--r-- | gui.js | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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); } |
