Deactivate motd and cloudmsg

has some issues (synchronous requests, increases startup time on
mobiles)
pull/3/merge
jmoenig 2013-03-20 11:34:17 +01:00
rodzic 7f03ba28e0
commit 846998b28d
3 zmienionych plików z 10 dodań i 3 usunięć

5
gui.js
Wyświetl plik

@ -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);
}

Wyświetl plik

@ -1538,4 +1538,8 @@ ______
* Store, GUI, Blocks: Scaling support for Comments and serialization/deserialization
* GUI: motd support: On startup Snap! looks for http://snap.berkeley.edu/motd.txt, if it exists it is shown in a dialog box
* GUI: fix for #run: URL switch
* GUI: cloudmsg support: cloud related notifications can be put into http://snap.berkeley.edu/cloudmsg.txt
* GUI: cloudmsg support: cloud related notifications can be put into http://snap.berkeley.edu/cloudmsg.txt
130320
------
* GUI: deactivated motd and cloudmsg mechanism for now (has some issues)

Wyświetl plik

@ -9,7 +9,7 @@ artefacts: projects, blocks, sprites
URL options: #run: #open: #lang: #signup
dynamic content:
dynamic content (currently deactivated):
http://snap.berkeley.edu/cloudmsg.txt
http://snap.berkeley.edu/motd.txt