diff --git a/HISTORY.md b/HISTORY.md index 1869efa2..09551d64 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,6 +4,7 @@ * **New Features:** * added "pie chart" option to PLOT command in the frequency distribution analysis library * added getProjectXML() method to the API + * new noCloud flag that disables cloud access, thanks, Bernat * **Documentation Updates:** * API update * **Notable Fixes:** @@ -14,7 +15,8 @@ ### 2020-10-21 * gui: wait until all costumes have loaded before auto-triggering the green-flag event -* gui, objects, store: wait until all sounds have loaded before auto-triggering the green-flag event +* gui, objects, store: wait until all sounds have loaded before auto-triggering the green-flag event +* gui, cloud: added noCloud flag that disables cloud access, thanks, Bernat! ### 2020-10-20 * added "pie chart" option to PLOT command in the frequency distribution analysis library diff --git a/snap.html b/snap.html index c27335bd..9fedf212 100755 --- a/snap.html +++ b/snap.html @@ -22,7 +22,7 @@ - + diff --git a/src/cloud.js b/src/cloud.js index d2834f9d..84982cd0 100755 --- a/src/cloud.js +++ b/src/cloud.js @@ -34,7 +34,7 @@ /*global modules, hex_sha512*/ modules = modules || {}; -modules.cloud = '2020-May-17'; +modules.cloud = '2020-October-21'; // Global stuff diff --git a/src/gui.js b/src/gui.js index ac31fc36..836c1189 100644 --- a/src/gui.js +++ b/src/gui.js @@ -4285,7 +4285,7 @@ IDE_Morph.prototype.save = function () { this.source = null; } - if (this.cloud.disabled) { this.source = 'disk'; } + if (this.cloud.disabled) {this.source = 'disk'; } if (this.projectName) { if (this.source === 'disk') {