Skip to content

Commit deb89ac

Browse files
authored
Merge pull request #327 from usernamehw/patch-10
Update index.html
2 parents 5b4b030 + edb081f commit deb89ac

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/1-document/08-styles-and-classes/2-create-notification/solution.view

1 file changed

+1
-1
lines changed

2-ui/1-document/08-styles-and-classes/2-create-notification/solution.view/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h2>Notification is on the right</h2>
2626
notification.style.top = top + 'px';
2727
notification.style.right = right + 'px';
2828

29-
notification.innerHTML = options.html;
29+
notification.innerHTML = html;
3030
document.body.append(notification);
3131

3232
setTimeout(() => notification.remove(), 1500);

0 commit comments

Comments
 (0)