mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 15:26:16 -04:00
make chef.help emulate search function in UI. Didnt extract search logic from web as it is fairly entwined.
This commit is contained in:
parent
3466f4e452
commit
63a23e4dcc
5 changed files with 80 additions and 30 deletions
|
@ -1045,7 +1045,7 @@ const operations = [
|
|||
];
|
||||
|
||||
const prebaked = bake(operations);
|
||||
chef.bake = prebaked
|
||||
chef.bake = prebaked;
|
||||
export default chef;
|
||||
|
||||
// Operations as top level exports.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue