Skip to content

Commit

Permalink
fix(index): add href on anchor
Browse files Browse the repository at this point in the history
Closes #1939
  • Loading branch information
Christine Yu committed Mar 31, 2016
1 parent 2828598 commit 9b67d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<body>
<a href="#skip" tabindex="1" class="skip-to-content" data-translate>Skip to Main Content</a>
<div class="alert alert-warning m-margin-bottom-0 ng-cloak" ng-if="config.apiIsMismatched">
<a onclick="window.location.reload()">
<a onclick="window.location.reload()" href="#">
A newer version of this software is available. Click here to refresh the page. <i class="fa fa-lg fa-refresh"></i>
</a>
</div>
Expand Down

0 comments on commit 9b67d53

Please sign in to comment.