don't have mouse keep mail send notification active

Esse commit está contido em:
Kevin Froman 2020-03-09 17:58:01 -05:00
commit 4e053f1b30
2 arquivos alterados com 4 adições e 2 exclusões

Ver arquivo

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

Ver arquivo

@ -1 +1 @@
1583362666
1583754731