2
0
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:
n1474335
2019-10-31 13:39:06 +00:00
parent 0630c094e0
commit 6a1d11b9b5
3 changed files with 33 additions and 26 deletions

View File

@@ -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;
}