Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 1b14a62

Browse files
Merge pull request #295 from r0hit-gupta/msft-268
MSFT-268
2 parents ae03bb8 + d7699df commit 1b14a62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/index.jade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ html(ng-app='accounts', xmlns='http://www.w3.org/1999/xhtml', lang='en', xml:lan
1717
ui-view.view-container
1818

1919
div(ui-view="footer", ng-controller="FooterController as vm", ng-hide="hideCommonFooter", role="region" aria-label="Footer")
20-
footer.account-footer(tabindex="-1", onkeydown="return false;")
20+
.account-footer
2121
a.privacy-policy(ng-href="https://www.topcoder.com/community/how-it-works/privacy-policy/", target="_blank")
2222
| Privacy Policy
23-
p.copyright-notice(ng-bind-html="vm.copyrightNotice", tabindex="-1", onkeydown="return false;")
23+
p.copyright-notice(ng-bind-html="vm.copyrightNotice")
2424
include ./views/segment.io.jade

0 commit comments

Comments
 (0)