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

View File

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