load and display tankinfo on ui
This commit is contained in:
@@ -10,8 +10,6 @@ export class LogView {
|
||||
this.logpanel = document.getElementById("logpanel") as HTMLElement
|
||||
this.loadLog = document.getElementById("loadLog") as HTMLButtonElement
|
||||
|
||||
controller.loadLogLocaleConfig();
|
||||
|
||||
this.loadLog.onclick = () => {
|
||||
controller.loadLog();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user