Merge pull request #1436 from milkytiptoe/v3

Clearer when archive links are N/A.
This commit is contained in:
Mayhem 2014-02-08 21:26:38 +01:00
commit 959e77add1

View File

@ -140,8 +140,11 @@ Header =
else
a.textContent
if /-archive/.test(t) and href = Redirect.to 'board', {boardID}
a.href = href
if /-archive/.test t
if href = Redirect.to 'board', {boardID}
a.href = href
else
return $.tn a.textContent
$.addClass a, 'navSmall' if boardID is '@'
return a