mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-07 06:57:12 -04:00
remove some lines and annotations moved to other files
This commit is contained in:
parent
0830ece0fb
commit
4ecd2bd32c
1 changed files with 0 additions and 2 deletions
|
@ -465,7 +465,6 @@ class RecipeWaiter {
|
|||
|
||||
/**
|
||||
* Handler for operationadd events.
|
||||
* Adds 'selected' class to the added operations in #operations-dropdown
|
||||
*
|
||||
* @listens Manager#operationadd
|
||||
* @fires Manager#statechange
|
||||
|
@ -473,7 +472,6 @@ class RecipeWaiter {
|
|||
*/
|
||||
opAdd(e) {
|
||||
log.debug(`'${e.target.getAttribute("data-name")}' added to recipe`);
|
||||
this.manager.ops.updateListItemsClasses("#rec-list", "selected");
|
||||
this.triggerArgEvents(e.target);
|
||||
window.dispatchEvent(this.manager.statechange);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue