Merge pull request #1969 from namoscato/save-as

#1944 Always set fragment identifier on setURL()
upd4.2
Jens Mönig 2018-01-22 08:05:13 +01:00 zatwierdzone przez GitHub
commit 7f52b0f501
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 3 usunięć

4
gui.js
Wyświetl plik

@ -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 (