kopia lustrzana https://github.com/backface/turtlestitch
GUI: fix for #run: URL switch
rodzic
a67b2e2381
commit
e897915bc7
6
gui.js
6
gui.js
|
@ -232,10 +232,10 @@ IDE_Morph.prototype.openIn = function (world) {
|
||||||
hash = decodeURIComponent(hash);
|
hash = decodeURIComponent(hash);
|
||||||
}
|
}
|
||||||
if (hash.substr(0, 8) === '<project>') {
|
if (hash.substr(0, 8) === '<project>') {
|
||||||
this.openProjectString(hash);
|
this.rawOpenProjectString(hash);
|
||||||
} else {
|
} else {
|
||||||
// this.openProjectString(getURL(hash));
|
this.rawOpenProjectString(getURL(hash));
|
||||||
this.droppedText(getURL(hash));
|
// this.droppedText(getURL(hash));
|
||||||
}
|
}
|
||||||
this.toggleAppMode(true);
|
this.toggleAppMode(true);
|
||||||
this.runScripts();
|
this.runScripts();
|
||||||
|
|
|
@ -1536,4 +1536,5 @@ ______
|
||||||
* Blocks: SyntaxElementMorph fixLayout() optimization for active highlights
|
* Blocks: SyntaxElementMorph fixLayout() optimization for active highlights
|
||||||
* Russian translation!! Yay, thanks, Svetlana Ptashnaya!!
|
* Russian translation!! Yay, thanks, Svetlana Ptashnaya!!
|
||||||
* Store, GUI, Blocks: Scaling support for Comments and serialization/deserialization
|
* Store, GUI, Blocks: Scaling support for Comments and serialization/deserialization
|
||||||
* GUI: motd support: On startup Snap! looks for http://snap.berkeley.edu/motd.txt, if it exists it is shown in a dialog box
|
* GUI: motd support: On startup Snap! looks for http://snap.berkeley.edu/motd.txt, if it exists it is shown in a dialog box
|
||||||
|
* GUI: fix for #run: URL switch
|
Ładowanie…
Reference in New Issue