mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-03 13:09:15 -04:00
changes made
This commit is contained in:
parent
5d6544ed6a
commit
6b1086ddb9
1 changed files with 2 additions and 2 deletions
|
@ -288,8 +288,8 @@ class OperationsWaiter {
|
|||
* Get the children of categories and add event listener to them.
|
||||
*/
|
||||
onKeyPress() {
|
||||
let cat = document.getElementById("categories");
|
||||
for(let i = 0; i < cat.children.length; i++){
|
||||
const cat = document.getElementById("categories");
|
||||
for (let i = 0; i < cat.children.length; i++){
|
||||
cat.children[i].addEventListener("keydown", this.keyboardEventHandler, false);
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue