Merge pull request #1163 from ihavenoface/pull-request

Fix twitter not being selectable in Custom Navigation.
This commit is contained in:
Mayhem 2013-06-18 06:11:07 -07:00
commit 6d0b5f0fae

View File

@ -111,7 +111,7 @@ Header =
list = $ '#custom-board-list', Header.bar
$.rmAll list
return unless text
as = $$('#full-board-list a', Header.bar)[0...-2] # ignore the Settings and Home links
as = $$('#full-board-list a', Header.bar)[0...-1] # ignore the Settings and Home links
nodes = text.match(/[\w@]+(-(all|title|replace|full|index|catalog|text:"[^"]+"))*|[^\w@]+/g).map (t) ->
if /^[^\w@]/.test t
return $.tn t