Test notification button fixed in main settings (#556)

This commit is contained in:
dgtlmoon
2022-04-21 21:36:10 +02:00
parent 37775a46c6
commit def74f27e6
2 changed files with 8 additions and 8 deletions

View File

@@ -25,10 +25,10 @@ $(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(),
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) {