Fix: () => { } -> function() { }
This commit is contained in:
@@ -17,7 +17,7 @@ class Login {
|
||||
|
||||
// top ui
|
||||
let screenTopUI = new ScreenTopUI();
|
||||
screenTopUI.makeBackButton( () => {
|
||||
screenTopUI.makeBackButton( function() {
|
||||
sessionStorageManager.clear();
|
||||
location.href = '../../web/main/index.html';
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user