mirror of
https://github.com/gchq/CyberChef
synced 2025-12-11 05:43:28 +00:00
Argument hints are not tooltips instead of bmd-help elements
This commit is contained in:
@@ -399,6 +399,8 @@ class RecipeWaiter {
|
||||
this.buildRecipeOperation(item);
|
||||
document.getElementById("rec-list").appendChild(item);
|
||||
|
||||
$(item).find("[data-toggle='tooltip']").tooltip();
|
||||
|
||||
item.dispatchEvent(this.manager.operationadd);
|
||||
return item;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user