Oh right. For some reason JS sets that too.

This commit is contained in:
Dominik V. Salonen 2018-08-31 11:00:36 +00:00
parent 803a6bb264
commit 4deb8ecbe3
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ function initialContent() {
activatePage(button3, page3);
}, false);
setContent(contentArea, '<p class="initial-text">Click a button!</p>');
setContent(contentArea, '<p class="initial-text"><i class="fa fa-arrow-up" aria-hidden="true"></i><br>Click a button!</p>');
}
initialContent();