mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-14 17:22:56 -07:00
Redo newsletter CSS
This commit is contained in:
parent
a13d93f239
commit
4577704f19
11 changed files with 1561 additions and 728 deletions
|
@ -443,6 +443,7 @@
|
|||
}
|
||||
|
||||
function sendTestNewsletter() {
|
||||
showMsg('<i class="fa fa-refresh fa-spin"></i> Generating Newsletter', false);
|
||||
$.ajax({
|
||||
url: 'send_newsletter',
|
||||
data: {
|
||||
|
|
|
@ -750,6 +750,7 @@
|
|||
});
|
||||
|
||||
function sendTestNotification() {
|
||||
showMsg('<i class="fa fa-refresh fa-spin"></i> Sending Notification', false);
|
||||
if ('${notifier["agent_name"]}' !== 'browser') {
|
||||
$.ajax({
|
||||
url: 'send_notification',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue