This commit is contained in:
nelle 2024-09-03 04:01:00 -06:00
parent a52060180a
commit 2237dff647

View file

@ -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 = "";