summaryrefslogtreecommitdiff
path: root/gui.js
diff options
context:
space:
mode:
Diffstat (limited to 'gui.js')
-rw-r--r--gui.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/gui.js b/gui.js
index ae26750..8ac59e9 100644
--- a/gui.js
+++ b/gui.js
@@ -232,10 +232,10 @@ IDE_Morph.prototype.openIn = function (world) {
hash = decodeURIComponent(hash);
}
if (hash.substr(0, 8) === '<project>') {
- this.openProjectString(hash);
+ this.rawOpenProjectString(hash);
} else {
-// this.openProjectString(getURL(hash));
- this.droppedText(getURL(hash));
+ this.rawOpenProjectString(getURL(hash));
+// this.droppedText(getURL(hash));
}
this.toggleAppMode(true);
this.runScripts();