whopposj
This commit is contained in:
parent
a52060180a
commit
2237dff647
1 changed files with 1 additions and 2 deletions
|
@ -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 = "";
|
||||
|
|
Loading…
Reference in a new issue