mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 04:45:17 +00:00
Allow multiple notifications
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user