From 2237dff64726aac29382249ceb29e3816bcc4419 Mon Sep 17 00:00:00 2001 From: limepotato Date: Tue, 3 Sep 2024 04:01:00 -0600 Subject: [PATCH] whopposj --- astro/public/scripts/ntfy.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 = "";