We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ef0b4 commit a91483bCopy full SHA for a91483b
scancodeio/static/main.js
@@ -505,8 +505,8 @@ document.addEventListener('DOMContentLoaded', function () {
505
document.body.addEventListener("htmx:afterSwap", function(evt) {
506
// Call the following functions after a HTMX swap is done.
507
setupTabs();
508
- enableTooltips();
509
enableCopyToClipboard(".copy-to-clipboard");
+ enableTooltips();
510
});
511
512
// Toasts (requires bulma-toast.js)
0 commit comments