main #8

Closed
limepotato wants to merge 183 commits from main into blog-drafts
Showing only changes of commit 2237dff647 - Show all commits

View file

@ -58,9 +58,8 @@ function send(message, title, attachment, click) {
// send notification // send notification
function sendNotification() { function sendNotification() {
send(ntfyTitle.value, ntfyMessage.value, ntfyTags.value, ntfyAttach.value, ntfyClickAction.value); send(ntfyTitle.value, ntfyMessage.value, ntfyAttach.value, ntfyClickAction.value);
ntfyTitle.value = ""; ntfyTitle.value = "";
ntfyTags.value = "";
ntfyAttach.value = ""; ntfyAttach.value = "";
ntfyClickAction.value = ""; ntfyClickAction.value = "";
ntfyMessage.value = ""; ntfyMessage.value = "";