diff --git a/static-data/www/mail/sendmail.js b/static-data/www/mail/sendmail.js index 7872ecd5..b69d36db 100755 --- a/static-data/www/mail/sendmail.js +++ b/static-data/www/mail/sendmail.js @@ -67,7 +67,9 @@ function sendMail(toData, message, subject){ .then(function(data) { sendForm.style.display = 'block' PNotify.success({ - text: 'Queued for sending!' + text: 'Queued for sending!', + delay: 3500, + mouseReset: false }) to.value = subject.value = messageContent.value = "" friendPicker.value = "" diff --git a/tests/runtime-result.txt b/tests/runtime-result.txt index fbf3825c..f6cf563d 100644 --- a/tests/runtime-result.txt +++ b/tests/runtime-result.txt @@ -1 +1 @@ -1583362666 \ No newline at end of file +1583754731 \ No newline at end of file