don't have mouse keep mail send notification active
This commit is contained in:
parent
e4d4091e66
commit
4e053f1b30
@ -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 = ""
|
||||
|
@ -1 +1 @@
|
||||
1583362666
|
||||
1583754731
|
Loading…
Reference in New Issue
Block a user