summaryrefslogtreecommitdiff
path: root/gui.js
diff options
context:
space:
mode:
authorCode WvS <code-wvs@quantentunnel.de>2015-03-01 14:16:29 +0100
committerCode WvS <code-wvs@quantentunnel.de>2015-03-01 14:16:29 +0100
commit7eafeedca5ae49055ab50b2bfecdbde95195f757 (patch)
tree9f9c1b2a3de16ea3516c5177a94919570fe0f594 /gui.js
parente1d8a1b726c56f355a422807b10cac2b23576fdd (diff)
downloadsnap-yow-7eafeedca5ae49055ab50b2bfecdbde95195f757.tar.gz
snap-yow-7eafeedca5ae49055ab50b2bfecdbde95195f757.zip
keep overpass blocks in any case
Diffstat (limited to 'gui.js')
-rw-r--r--gui.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui.js b/gui.js
index a8fb59a..ff60343 100644
--- a/gui.js
+++ b/gui.js
@@ -2831,6 +2831,7 @@ IDE_Morph.prototype.newProject = function () {
this.createCorral();
this.selectSprite(this.stage.children[0]);
this.fixLayout();
+ this.droppedText(this.getURL('overpass.xml')); // YOW hack (TODO)
};
IDE_Morph.prototype.save = function () {