Merge pull request #1436 from milkytiptoe/v3
Clearer when archive links are N/A.
This commit is contained in:
commit
959e77add1
@ -140,8 +140,11 @@ Header =
|
|||||||
else
|
else
|
||||||
a.textContent
|
a.textContent
|
||||||
|
|
||||||
if /-archive/.test(t) and href = Redirect.to 'board', {boardID}
|
if /-archive/.test t
|
||||||
a.href = href
|
if href = Redirect.to 'board', {boardID}
|
||||||
|
a.href = href
|
||||||
|
else
|
||||||
|
return $.tn a.textContent
|
||||||
|
|
||||||
$.addClass a, 'navSmall' if boardID is '@'
|
$.addClass a, 'navSmall' if boardID is '@'
|
||||||
return a
|
return a
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user