From cc7a1558f1aeb3fa0e75378f8688cdfa40c8fb8e Mon Sep 17 00:00:00 2001 From: jmoenig Date: Thu, 7 Nov 2013 13:40:28 +0100 Subject: 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 --- gui.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gui.js') 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' } -- cgit v1.3.1