diff options
| author | Code WvS <code-wvs@quantentunnel.de> | 2015-03-01 14:16:29 +0100 |
|---|---|---|
| committer | Code WvS <code-wvs@quantentunnel.de> | 2015-03-01 14:16:29 +0100 |
| commit | 7eafeedca5ae49055ab50b2bfecdbde95195f757 (patch) | |
| tree | 9f9c1b2a3de16ea3516c5177a94919570fe0f594 /gui.js | |
| parent | e1d8a1b726c56f355a422807b10cac2b23576fdd (diff) | |
| download | snap-yow-7eafeedca5ae49055ab50b2bfecdbde95195f757.tar.gz snap-yow-7eafeedca5ae49055ab50b2bfecdbde95195f757.zip | |
keep overpass blocks in any case
Diffstat (limited to 'gui.js')
| -rw-r--r-- | gui.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 () { |
