diff options
| author | Michael Ball <cycomachead@gmail.com> | 2014-11-21 03:08:41 -0800 |
|---|---|---|
| committer | Michael Ball <cycomachead@gmail.com> | 2014-11-21 03:08:41 -0800 |
| commit | 3e8146d043b1f1dc6f37e0a8cbd2e5d3dafb90c7 (patch) | |
| tree | 0a36d8b40781b5c3adc38c382cd866bbd7499598 /gui.js | |
| parent | dbf2e6665b4ff7ef8cb863bcfef5939117a2f795 (diff) | |
| parent | f2d0c2eba5d6b012fc3fb1167c82b64b2f8ed447 (diff) | |
| download | snap-3e8146d043b1f1dc6f37e0a8cbd2e5d3dafb90c7.tar.gz snap-3e8146d043b1f1dc6f37e0a8cbd2e5d3dafb90c7.zip | |
Merge in recent changes (split block improvements #619)
Diffstat (limited to 'gui.js')
| -rw-r--r-- | gui.js | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -69,7 +69,7 @@ SpeechBubbleMorph*/ // Global stuff //////////////////////////////////////////////////////// -modules.gui = '2014-October-06'; +modules.gui = '2014-November-20'; // Declarations @@ -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(); @@ -2511,8 +2511,9 @@ IDE_Morph.prototype.aboutSnap = function () { + 'jens@moenig.org, bh@cs.berkeley.edu\n\n' + 'Snap! is developed by the University of California, Berkeley\n' - + ' with support from the National Science Foundation ' - + 'and MioSoft. \n' + + ' with support from the National Science Foundation, ' + + 'MioSoft, \n' + + 'and the Communications Design Group at SAP Labs. \n' + 'The design of Snap! is influenced and inspired by Scratch,\n' + 'from the Lifelong Kindergarten group at the MIT Media Lab\n\n' |
