Show notification sent when testing Browser notification

This commit is contained in:
JonnyWong16 2020-05-23 17:54:55 -07:00
parent bdbfafabbd
commit fe4ddaeb52
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -857,6 +857,7 @@
title: $('#test_subject').val(),
text: $('#test_body').val()
});
showMsg('<i class="fa fa-check"></i> Notification sent.', false, true, 5000);
}
}