notifier
notifier copied to clipboard
Messages are being closed no matter I set the timeout to 0
I use the folloging code to show a notification.
notifier.show('Satisfactorio', mensaje, 'success', '/backend/assets/images/notifier/success.png', 0);
Because I don't want it to be closed automatically. But, it closes automatically anyway.
Any clue?