summaryrefslogtreecommitdiff
path: root/gui.js
diff options
context:
space:
mode:
authorjmoenig <jens@moenig.org>2013-11-07 13:40:28 +0100
committerjmoenig <jens@moenig.org>2013-11-07 13:40:28 +0100
commitcc7a1558f1aeb3fa0e75378f8688cdfa40c8fb8e (patch)
tree751c9c71f5521f41d5511f013b48cfe1ff8cbdd9 /gui.js
parent8a60ec998e303c34ed6e1f58f4ec2b33ff3f4be5 (diff)
downloadsnap-byow-cc7a1558f1aeb3fa0e75378f8688cdfa40c8fb8e.tar.gz
snap-byow-cc7a1558f1aeb3fa0e75378f8688cdfa40c8fb8e.zip
cloud project saving transmission integrity check
includes the sizes of the sent project components in the transmision, so the cloud backend can check if the whole of them have been transmitted before comitting to the database
Diffstat (limited to 'gui.js')
-rw-r--r--gui.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui.js b/gui.js
index af542de..d7f562e 100644
--- a/gui.js
+++ b/gui.js
@@ -68,7 +68,7 @@ sb, CommentMorph, CommandBlockMorph, BlockLabelPlaceHolderMorph*/
// Global stuff ////////////////////////////////////////////////////////
-modules.gui = '2013-November-04';
+modules.gui = '2013-November-07';
// Declarations
@@ -3779,7 +3779,7 @@ IDE_Morph.prototype.setCloudURL = function () {
'local network lab' :
'192.168.2.107:8087/miocon/app/login?_app=SnapCloud',
'local network office' :
- '192.168.186.167:8087/miocon/app/login?_app=SnapCloud',
+ '192.168.186.146:8087/miocon/app/login?_app=SnapCloud',
'localhost dev' :
'localhost/miocon/app/login?_app=SnapCloud'
}