techatspree / jquery-toastmessage-plugin

A JQuery plugin to 'toast' messages
Apache License 2.0
373 stars 127 forks source link

Duplicate Toast #33

Closed pedropamn closed 4 years ago

pedropamn commented 7 years ago

Hi I use:

$().toastmessage('showWarningToast', "My Message"); But it shows duplicate toast. What's wrong?

Thanks