Improve test browser notifications

This commit is contained in:
JonnyWong16 2020-06-01 22:55:59 -07:00
commit 48203e64a9
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
4 changed files with 14 additions and 14 deletions

View file

@ -853,10 +853,7 @@
PNotify.prototype.options.hide = true;
PNotify.prototype.options.delay = $('#browser_auto_hide_delay').val() * 1000;
}
var notification = new PNotify({
title: $('#test_subject').val(),
text: $('#test_body').val()
});
displayPNotify($('#test_subject').val(), $('#test_body').val());
showMsg('<i class="fa fa-check"></i> Notification sent.', false, true, 5000);
}
}