Notifications - Send test notification should use system defaults for body and title if not set in watch (#1547 #1503)

This commit is contained in:
dgtlmoon
2023-04-29 16:20:01 +02:00
committed by GitHub
parent 8536af0845
commit d1f44d0345
3 changed files with 13 additions and 8 deletions

View File

@@ -26,9 +26,6 @@ $(document).ready(function() {
data = {
window_url : window.location.href,
notification_urls : $('.notification-urls').val(),
notification_title : $('.notification-title').val(),
notification_body : $('.notification-body').val(),
notification_format : $('.notification-format').val(),
}
for (key in data) {
if (!data[key].length) {