summaryrefslogtreecommitdiff
path: root/gui.js
diff options
context:
space:
mode:
Diffstat (limited to 'gui.js')
-rw-r--r--gui.js5
1 files changed, 4 insertions, 1 deletions
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);
}