Update index.html

This commit is contained in:
Alexander 2017-12-07 01:16:10 +03:00 committed by GitHub
parent 4b02949e95
commit edb081fc68
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.top = top + 'px';
notification.style.right = right + 'px'; notification.style.right = right + 'px';
notification.innerHTML = options.html; notification.innerHTML = html;
document.body.append(notification); document.body.append(notification);
setTimeout(() => notification.remove(), 1500); setTimeout(() => notification.remove(), 1500);