diff --git a/astro/public/scripts/ntfy.js b/astro/public/scripts/ntfy.js index 07d93ab..19bd96c 100644 --- a/astro/public/scripts/ntfy.js +++ b/astro/public/scripts/ntfy.js @@ -58,9 +58,8 @@ function send(message, title, attachment, click) { // send notification function sendNotification() { - send(ntfyTitle.value, ntfyMessage.value, ntfyTags.value, ntfyAttach.value, ntfyClickAction.value); + send(ntfyTitle.value, ntfyMessage.value, ntfyAttach.value, ntfyClickAction.value); ntfyTitle.value = ""; - ntfyTags.value = ""; ntfyAttach.value = ""; ntfyClickAction.value = ""; ntfyMessage.value = "";