diff options
| author | Jens Mönig <jens@moenig.org> | 2014-11-20 14:42:42 +0100 |
|---|---|---|
| committer | Jens Mönig <jens@moenig.org> | 2014-11-20 14:42:42 +0100 |
| commit | 24775e63e8697b30adb97355bce989c4585f638c (patch) | |
| tree | 8f350d9ca06ef7c6522b43e72754a7cf086f4bc7 | |
| parent | f37e90436a21a906d3cef536871c3e1913a4a2b7 (diff) | |
| parent | 0dcca0606c3ae570110614d0dd94d6a38255100f (diff) | |
| download | snap-24775e63e8697b30adb97355bce989c4585f638c.tar.gz snap-24775e63e8697b30adb97355bce989c4585f638c.zip | |
Merge pull request #627 from cycomachead/default-login
Set Default Save location to Cloud on Snap! load
| -rw-r--r-- | gui.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -190,7 +190,7 @@ IDE_Morph.prototype.init = function (isAutoFill) { // additional properties: this.cloudMsg = null; - this.source = 'local'; + this.source = SnapCloud.username ? 'cloud' : 'local'; this.serializer = new SnapSerializer(); this.globalVariables = new VariableFrame(); |
