Fix: back to login
This commit is contained in:
@@ -73,7 +73,7 @@ MainMenu.prototype.fontLoaded = function() {
|
||||
|
||||
// top UI
|
||||
this.backButton = new BackButton(
|
||||
(function() { console.log("back"); }).bind(this)
|
||||
(function() { this.back(); }).bind(this)
|
||||
);
|
||||
this.backButton.applyLoadedFont();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user