kopia lustrzana https://github.com/backface/turtlestitch
update cloud URL options for testing.
rodzic
0a25625537
commit
9bebdcade7
9
gui.js
9
gui.js
|
@ -5484,8 +5484,9 @@ IDE_Morph.prototype.setCloudURL = function () {
|
||||||
this.world(),
|
this.world(),
|
||||||
null,
|
null,
|
||||||
{
|
{
|
||||||
'Snap!Cloud' :
|
'Snap!Cloud' : 'https://snap-cloud.cs10.org',
|
||||||
'https://snap.apps.miosoft.com/SnapCloud'
|
'localhost' : 'http://localhost:8080',
|
||||||
|
'localhost (secure)' : 'https://localhost:8080'
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
@ -6125,7 +6126,7 @@ ProjectDialogMorph.prototype.installCloudProjectList = function (pl) {
|
||||||
// we ask for the thumbnail when selecting a project
|
// we ask for the thumbnail when selecting a project
|
||||||
SnapCloud.getThumbnail(
|
SnapCloud.getThumbnail(
|
||||||
null, // username is implicit
|
null, // username is implicit
|
||||||
item.projectname,
|
item.projectname,
|
||||||
function (thumbnail) {
|
function (thumbnail) {
|
||||||
myself.preview.texture = thumbnail;
|
myself.preview.texture = thumbnail;
|
||||||
myself.preview.cachedTexture = null;
|
myself.preview.cachedTexture = null;
|
||||||
|
@ -6333,7 +6334,7 @@ ProjectDialogMorph.prototype.deleteProject = function () {
|
||||||
myself.installCloudProjectList(
|
myself.installCloudProjectList(
|
||||||
myself.projectList
|
myself.projectList
|
||||||
); // refresh list
|
); // refresh list
|
||||||
},
|
},
|
||||||
myself.ide.cloudError()
|
myself.ide.cloudError()
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue