Merge pull request #327 from usernamehw/patch-10

Update index.html
This commit is contained in:
Ilya Kantor 2017-12-16 11:22:17 +03:00 committed by GitHub
commit deb89ac042
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);