Simplification of the previous fix.
This commit is contained in:
parent
6d0b5f0fae
commit
e053e4d0bd
@ -111,7 +111,7 @@ Header =
|
||||
list = $ '#custom-board-list', Header.bar
|
||||
$.rmAll list
|
||||
return unless text
|
||||
as = $$('#full-board-list a', Header.bar)[0...-1] # ignore the Settings and Home links
|
||||
as = $$ '#full-board-list a[title]', Header.bar
|
||||
nodes = text.match(/[\w@]+(-(all|title|replace|full|index|catalog|text:"[^"]+"))*|[^\w@]+/g).map (t) ->
|
||||
if /^[^\w@]/.test t
|
||||
return $.tn t
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user