mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-08 23:35:01 -04:00
lint fix
This commit is contained in:
parent
e0abfecab6
commit
486c139afa
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ module.exports = {
|
|||
const searchOp = "#search-results";
|
||||
const down = " i.move-down.accessibleUX";
|
||||
const remove = " i.remove-icon.accessibleUX";
|
||||
const favCat = "#categories div:nth-child(1)"
|
||||
const favCat = "#categories div:nth-child(1)";
|
||||
|
||||
// Switch UX on
|
||||
browser
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue