fixed lintting issue

This commit is contained in:
j264415 2024-03-07 09:34:14 +00:00
parent 6cc0d05e78
commit 0fa8be7dd0
2 changed files with 13 additions and 14 deletions

View file

@ -362,7 +362,6 @@ class ControlsWaiter {
for (let i = 0; i < tabs.length; i++) {
tabs[i].addEventListener("keydown", this.changeTabs, false);
// tabs[i].addEventListener("keydown", this.navigateFAQList, false);
}
const reportBugInfo = document.getElementById("report-bug-info");