diff --git a/src/General/Header.coffee b/src/General/Header.coffee index 0b2d2f1d6..cce6b9e4a 100755 --- a/src/General/Header.coffee +++ b/src/General/Header.coffee @@ -214,12 +214,11 @@ Header = a.href = CatalogLinks[m[1]] boardID $.addClass a, 'catalog' if m[1] is 'catalog' - 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 diff --git a/src/General/css/style.css b/src/General/css/style.css index 41f723265..aa200f194 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -235,9 +235,6 @@ hr + div.center:not(.ad-cnt):not(.topad):not(.middlead):not(.bottomad) { .fixed.bottom-header #header-bar #scroll-marker { bottom: 100%; } -#header-bar a.inactive { - color: inherit !important; -} #header-bar a:not(.entry):not(.close) { text-decoration: none; padding: 1px;