kopia lustrzana https://github.com/backface/turtlestitch
Merge pull request #1969 from namoscato/save-as
#1944 Always set fragment identifier on setURL()upd4.2
commit
7f52b0f501
4
gui.js
4
gui.js
|
@ -4347,9 +4347,7 @@ IDE_Morph.prototype.openProject = function (name) {
|
|||
|
||||
IDE_Morph.prototype.setURL = function (str) {
|
||||
// Set the URL to a project's XML contents
|
||||
if (this.projectsInURLs) {
|
||||
location.hash = str;
|
||||
}
|
||||
location.hash = this.projectsInURLs ? str : '';
|
||||
};
|
||||
|
||||
IDE_Morph.prototype.saveFileAs = function (
|
||||
|
|
Ładowanie…
Reference in New Issue