mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-08 07:21:02 -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("");
|
.join("");
|
||||||
|
|
||||||
searchResultsEl.innerHTML = matchedOpsHtml;
|
searchResultsEl.innerHTML = matchedOpsHtml;
|
||||||
searchResultsEl.dispatchEvent(this.manager.oplistcreate);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
this.manager.ops.updateListItemsClasses("#rec-list", "selected");
|
this.manager.ops.updateListItemsClasses("#rec-list", "selected");
|
||||||
|
@ -196,11 +195,12 @@ class OperationsWaiter {
|
||||||
this.app,
|
this.app,
|
||||||
favCatConfig.ops,
|
favCatConfig.ops,
|
||||||
false,
|
false,
|
||||||
|
true,
|
||||||
|
false,
|
||||||
{
|
{
|
||||||
class: "remove-icon",
|
class: "remove-icon",
|
||||||
innerText: "delete"
|
innerText: "delete"
|
||||||
},
|
},
|
||||||
true
|
|
||||||
)
|
)
|
||||||
|
|
||||||
opList.build();
|
opList.build();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue