Skip to content

Commit

Permalink
add link to about in unsupported browser screen
Browse files Browse the repository at this point in the history
  • Loading branch information
refi93 committed Nov 21, 2018
1 parent 58f67c0 commit 76a128d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/public/js/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ function loadScript(success) {
'<li><a href="https://www.google.com/chrome">Google Chrome</a></li>' +
'<li><a href="https://www.mozilla.org/en-US/firefox">Firefox</a></li>' +
'</ul>' +
'<a href="/about">Link to about page</a>' +
'</body>' +
'</html>'
)
Expand Down

0 comments on commit 76a128d

Please sign in to comment.