You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run alert function more the one time it works properly, but when the error function call and then after I call the alert without page refresh the alert's background color remain the same as of error.
I notice that the error related class are not removed when I call alert after the error
The text was updated successfully, but these errors were encountered:
Hi,
I have used Pnotify,
For alert I used:
PNotify.alert(opts);
For error I used:
PNotify.error(opts);
When I run alert function more the one time it works properly, but when the error function call and then after I call the alert without page refresh the alert's background color remain the same as of error.
I notice that the error related class are not removed when I call alert after the error
The text was updated successfully, but these errors were encountered: