Allow multiple notifications

This commit is contained in:
Paul-Vincent Roll
2016-04-02 19:56:19 +02:00
parent a8184ec17d
commit 76f1a82746
6 changed files with 590 additions and 345 deletions

View File

@@ -86,7 +86,7 @@
this.ntf.innerHTML = strinner;
// append to body or the element specified in options.wrapper
this.options.wrapper.insertBefore( this.ntf, this.options.wrapper.firstChild );
this.options.wrapper.insertBefore( this.ntf, this.options.wrapper.nextSibling );
// dismiss after [options.ttl]ms
var self = this;