mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-07 06:57:12 -04:00
remove oplistcreate references, reorder arguments for COpList
This commit is contained in:
parent
4dcf6d1efc
commit
8ebce91834
1 changed files with 2 additions and 2 deletions
|
@ -103,7 +103,6 @@ class OperationsWaiter {
|
|||
.join("");
|
||||
|
||||
searchResultsEl.innerHTML = matchedOpsHtml;
|
||||
searchResultsEl.dispatchEvent(this.manager.oplistcreate);
|
||||
}
|
||||
|
||||
this.manager.ops.updateListItemsClasses("#rec-list", "selected");
|
||||
|
@ -196,11 +195,12 @@ class OperationsWaiter {
|
|||
this.app,
|
||||
favCatConfig.ops,
|
||||
false,
|
||||
true,
|
||||
false,
|
||||
{
|
||||
class: "remove-icon",
|
||||
innerText: "delete"
|
||||
},
|
||||
true
|
||||
)
|
||||
|
||||
opList.build();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue