File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
openlibrary/templates/lib Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,6 @@ <h2>$_("Help")</h2>
4444 < li > < a href ="/help/faq/editing " title ="$_('Suggest Edits') "> $_("Suggesting Edits")</ a > </ li >
4545 < li > < a href ="/books/add " title ="$_('Add a new book to Open Library') "> $_("Add a Book")</ a > </ li >
4646 < li > < a href ="https://github.com/internetarchive/openlibrary/releases " title ="$_('Release Notes') "> $_("Release Notes")</ a > </ li >
47- $# detect-missing-i18n-skip-line
48- < li > < a href ="$changequery(dict(show_page_status=1)) " style ="color:transparent;position:absolute;pointer-events:none; " tabindex ="-1 "> Page Status</ a > </ li >
4947 </ ul >
5048 < aside >
5149 < a class ="footer-icon " title ="$_('Twitter') " href ="https://twitter.com/OpenLibrary "> < img src ="/static/images/tweet.svg " alt ="" loading ="lazy "> </ a >
Original file line number Diff line number Diff line change 5959 alt ="$_('Open Library logo') "/>
6060 </ div >
6161 </ a >
62+ $# detect-missing-i18n-skip-line
63+ < a
64+ href ="$changequery(dict(show_page_status=1)) "
65+ style ="color:transparent;position:absolute;pointer-events:none; "
66+ tabindex ="-1 "
67+ aria-hidden ="true "
68+ > Page Status</ a >
6269 </ div >
6370
6471 $ browseProps = {
You can’t perform that action at this time.
0 commit comments