fixed a url-bar refresh bug

upd4.2
Jens Mönig 2018-02-08 17:58:56 +01:00
rodzic d0fab5efff
commit 5d7900e358
2 zmienionych plików z 2 dodań i 0 usunięć

1
gui.js
Wyświetl plik

@ -6230,6 +6230,7 @@ ProjectDialogMorph.prototype.rawOpenCloudProject = function (proj) {
myself.ide.openCloudDataString(clouddata);
}
]);
location.hash = '';
if (proj.ispublic) {
location.hash = '#present:Username=' +
encodeURIComponent(SnapCloud.username) +

Wyświetl plik

@ -3937,6 +3937,7 @@ Translation Updates:
180208
------
* Cloud, GUI, Widgets: New Cloud API, thanks, Bernat!
* GUI: fixed a url-bar refresh bug introduced by the new cloud mechanism
=== v4.1.2 features ===