diff --git a/public/scripts/ntfy.js b/public/scripts/ntfy.js index 41b1e5d..17f3e32 100644 --- a/public/scripts/ntfy.js +++ b/public/scripts/ntfy.js @@ -31,7 +31,7 @@ const clickPFX = "click-action: "; document.addEventListener("keydown", (event) => { if (event.ctrlKey && event.key == "Enter") { - ntfyClick + ntfyClick() } });