alertify.js
alertify.js copied to clipboard
Prevent Duplicates
What'd be the best recommended way to prevent duplicate alerts and logs?
I thought about looping through the displayed logs, and checking their innerText against the new log, wondering if that'll suffice?
Cheers.
build a function called my_alertify and check the logs yourself
I had a similar function, thanks to it, it was easy for me to replace alertify with something else
@kaansoral Yeah, will do that.
Will update this soon.