Fix: back to login

This commit is contained in:
2019-09-08 11:18:38 +09:00
parent 657df94a3c
commit 2372d5407a
+1 -1
View File
@@ -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();