update cloud URL options for testing.

upd4.2
Michael Ball 2018-02-08 00:29:51 -08:00
rodzic 0a25625537
commit 9bebdcade7
1 zmienionych plików z 5 dodań i 4 usunięć

5
gui.js
Wyświetl plik

@ -5484,8 +5484,9 @@ IDE_Morph.prototype.setCloudURL = function () {
this.world(),
null,
{
'Snap!Cloud' :
'https://snap.apps.miosoft.com/SnapCloud'
'Snap!Cloud' : 'https://snap-cloud.cs10.org',
'localhost' : 'http://localhost:8080',
'localhost (secure)' : 'https://localhost:8080'
}
);
};