From 06d35dae6c6810c3db369b0cf6902c1af3e6f956 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Wed, 17 Apr 2013 17:28:49 +0200 Subject: 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 --- cloud.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cloud.js') 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' ); -- cgit v1.3.1