mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 06:55:08 -04:00
fixed lintting issue
This commit is contained in:
parent
6cc0d05e78
commit
0fa8be7dd0
2 changed files with 13 additions and 14 deletions
|
@ -362,7 +362,6 @@ class ControlsWaiter {
|
||||||
|
|
||||||
for (let i = 0; i < tabs.length; i++) {
|
for (let i = 0; i < tabs.length; i++) {
|
||||||
tabs[i].addEventListener("keydown", this.changeTabs, false);
|
tabs[i].addEventListener("keydown", this.changeTabs, false);
|
||||||
// tabs[i].addEventListener("keydown", this.navigateFAQList, false);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const reportBugInfo = document.getElementById("report-bug-info");
|
const reportBugInfo = document.getElementById("report-bug-info");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue