Convert anchor to text node.
This commit is contained in:
parent
f7b4e0556d
commit
e20e682736
@ -177,9 +177,6 @@ a[href="javascript:;"] {
|
||||
#header.bottom #header-bar.autohide #toggle-header-bar {
|
||||
cursor: n-resize;
|
||||
}
|
||||
#header-bar a.inactive {
|
||||
color: inherit !important;
|
||||
}
|
||||
#header-bar a:not(.entry) {
|
||||
text-decoration: none;
|
||||
padding: 1px;
|
||||
|
||||
@ -140,12 +140,11 @@ Header =
|
||||
else
|
||||
a.textContent
|
||||
|
||||
if /-archive/.test(t)
|
||||
if /-archive/.test t
|
||||
if href = Redirect.to 'board', {boardID}
|
||||
a.href = href
|
||||
else
|
||||
$.addClass a, 'inactive'
|
||||
a.removeAttribute 'href'
|
||||
return $.tn a.textContent
|
||||
|
||||
$.addClass a, 'navSmall' if boardID is '@'
|
||||
return a
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user