Update index.html
This commit is contained in:
parent
4b02949e95
commit
edb081fc68
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
notification.style.top = top + 'px';
|
||||
notification.style.right = right + 'px';
|
||||
|
||||
notification.innerHTML = options.html;
|
||||
notification.innerHTML = html;
|
||||
document.body.append(notification);
|
||||
|
||||
setTimeout(() => notification.remove(), 1500);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue