Add support for browser back/forward
This commit is contained in:
@@ -183,6 +183,7 @@ export class LoginScene {
|
||||
html_scene.classList.add("hidden");
|
||||
form.onsubmit = null;
|
||||
};
|
||||
this.is_transient = function () { return false; };
|
||||
this.release = function () {
|
||||
// cancel pending requests
|
||||
if (principal_req !== null) {
|
||||
|
||||
Reference in New Issue
Block a user