diff options
| author | Michael Ball <cycomachead@gmail.com> | 2014-02-04 11:59:45 -0800 |
|---|---|---|
| committer | Michael Ball <cycomachead@gmail.com> | 2014-02-04 11:59:45 -0800 |
| commit | 817f4c5420e5d55409c88386c478f14e4735a627 (patch) | |
| tree | 29af845c58934508a0ea842786c5838e8deb4519 /cloud.js | |
| parent | 9aa3921dd04ee8b6fedec0116f9e3f5503e4043b (diff) | |
| parent | 8b5fa2ff9bd81ad9227b2593f9ccd6fdb8d32444 (diff) | |
| download | snap-byow-817f4c5420e5d55409c88386c478f14e4735a627.tar.gz snap-byow-817f4c5420e5d55409c88386c478f14e4735a627.zip | |
resolve merge conflicts; date problems only
Diffstat (limited to 'cloud.js')
| -rw-r--r-- | cloud.js | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -6,7 +6,7 @@ written by Jens Mönig - Copyright (C) 2013 by Jens Mönig + Copyright (C) 2014 by Jens Mönig This file is part of Snap!. @@ -29,7 +29,7 @@ /*global modules, IDE_Morph, SnapSerializer, hex_sha512, alert, nop*/ -modules.cloud = '2013-November-26'; +modules.cloud = '2014-January-09'; // Global stuff @@ -37,9 +37,6 @@ var Cloud; var SnapCloud = new Cloud( 'https://snapcloud.miosoft.com/miocon/app/login?_app=SnapCloud' - //'192.168.2.110:8087/miocon/app/login?_app=SnapCloud' - //'192.168.186.146:8087/miocon/app/login?_app=SnapCloud' - // 'localhost/miocon/app/login?_app=SnapCloud' ); // Cloud ///////////////////////////////////////////////////////////// |
