don't have mouse keep mail send notification active

This commit is contained in:
Kevin Froman 2020-03-09 17:58:01 -05:00
vecāks e4d4091e66
revīzija 4e053f1b30
2 mainīti faili ar 4 papildinājumiem un 2 dzēšanām

Parādīt failu

@ -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 = ""

Parādīt failu

@ -1 +1 @@
1583362666
1583754731