alertify.js icon indicating copy to clipboard operation
alertify.js copied to clipboard

Prevent Duplicates

Open tayler-king opened this issue 8 years ago • 2 comments

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.

tayler-king avatar Apr 01 '16 16:04 tayler-king

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 avatar Apr 01 '16 16:04 kaansoral

@kaansoral Yeah, will do that.

Will update this soon.

tayler-king avatar Apr 01 '16 17:04 tayler-king