summaryrefslogtreecommitdiff
path: root/cloud.js
diff options
context:
space:
mode:
authorjmoenig <jens@moenig.org>2013-04-17 17:28:49 +0200
committerjmoenig <jens@moenig.org>2013-04-17 17:28:49 +0200
commit06d35dae6c6810c3db369b0cf6902c1af3e6f956 (patch)
treeb663e4aae943db63d6a0b7061e4e1daafefcc821 /cloud.js
parent15718f44a30a022a5f45001f3fd2d506da504ff1 (diff)
downloadsnap-06d35dae6c6810c3db369b0cf6902c1af3e6f956.tar.gz
snap-06d35dae6c6810c3db369b0cf6902c1af3e6f956.zip
Export picture of all scripts
* new entry in the ScriptsMorph's userMenu lets you export a picture of all scripts, including comments. * place sticky comments on World layer on dragging their anchor block, fixes both #8 and #18 * additional settings for developing the backend
Diffstat (limited to 'cloud.js')
-rw-r--r--cloud.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/cloud.js b/cloud.js
index ccd9345..fab69ad 100644
--- a/cloud.js
+++ b/cloud.js
@@ -29,7 +29,7 @@
/*global modules, IDE_Morph, SnapSerializer, hex_sha512, alert, nop*/
-modules.cloud = '2013-April-08';
+modules.cloud = '2013-April-17';
// Global stuff
@@ -38,6 +38,7 @@ var Cloud;
var SnapCloud = new Cloud(
'https://snapcloud.miosoft.com/miocon/app/login?_app=SnapCloud'
//'192.168.2.108:8087/miocon/app/login?_app=SnapCloud'
+ //'192.168.186.167:8087/miocon/app/login?_app=SnapCloud'
// 'localhost/miocon/app/login?_app=SnapCloud'
);