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 /snap.html | |
| parent | e1d8a1b726c56f355a422807b10cac2b23576fdd (diff) | |
| download | snap-yow-7eafeedca5ae49055ab50b2bfecdbde95195f757.tar.gz snap-yow-7eafeedca5ae49055ab50b2bfecdbde95195f757.zip | |
keep overpass blocks in any case
Diffstat (limited to 'snap.html')
| -rwxr-xr-x | snap.html | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -105,8 +105,10 @@ world.worldCanvas.focus(); ide = new IDE_Morph(); ide.openIn(world); - // load custom blocks that simplify the use of overpass - ide.droppedText(ide.getURL('overpass.xml')); + + setTimeout(function () { // FIXME dirty hack + ide.droppedText(ide.getURL('overpass.xml')); + }, 2000); setInterval(loop, 10); </script> </body> |
