Update board flag search on archive.
This commit is contained in:
parent
18cffc1b8a
commit
e884628918
@ -39,11 +39,11 @@ ArchiveLink =
|
|||||||
else
|
else
|
||||||
(post) ->
|
(post) ->
|
||||||
typeParam = if type is 'country' and post.info.flagCodeTroll
|
typeParam = if type is 'country' and post.info.flagCodeTroll
|
||||||
'tag'
|
'troll_country'
|
||||||
else
|
else
|
||||||
type
|
type
|
||||||
value = if type is 'country'
|
value = if type is 'country'
|
||||||
post.info.flagCode or post.info.flagCodeTroll
|
post.info.flagCode or post.info.flagCodeTroll.toLowerCase()
|
||||||
else
|
else
|
||||||
Filter.values(type, post)[0]
|
Filter.values(type, post)[0]
|
||||||
# We want to parse the exact same stuff as the filter does already.
|
# We want to parse the exact same stuff as the filter does already.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user