mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 05:13:21 -07:00
Add newsletter handler
This commit is contained in:
parent
33c2315384
commit
d4d5ff9de7
6 changed files with 155 additions and 23 deletions
|
@ -755,7 +755,7 @@
|
|||
$.ajax({
|
||||
url: 'send_notification',
|
||||
data: {
|
||||
notifier_id: '${notifier["id"]}',
|
||||
notifier_id: $('#notifier_id').val(),
|
||||
subject: $('#test_subject').val(),
|
||||
body: $('#test_body').val(),
|
||||
script: $('#test_script').val(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue