mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-07 06:57:12 -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.
|
* Get the children of categories and add event listener to them.
|
||||||
*/
|
*/
|
||||||
onKeyPress() {
|
onKeyPress() {
|
||||||
let cat = document.getElementById("categories");
|
const cat = document.getElementById("categories");
|
||||||
for(let i = 0; i < cat.children.length; i++){
|
for (let i = 0; i < cat.children.length; i++){
|
||||||
cat.children[i].addEventListener("keydown", this.keyboardEventHandler, false);
|
cat.children[i].addEventListener("keydown", this.keyboardEventHandler, false);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue