Revert "Turn off /pol/ flags for now."
This reverts commit 60266a686d5f009a88641d5ba451d37f5e879519. Conflicts: src/General/Build.coffee
This commit is contained in:
parent
b93ee0fb11
commit
fce15eced5
@ -125,7 +125,7 @@ Build =
|
|||||||
|
|
||||||
flag = unless flagCode
|
flag = unless flagCode
|
||||||
<%= html('') %>
|
<%= html('') %>
|
||||||
else if false
|
else if boardID is 'pol'
|
||||||
<%= html(' <img src="//s.4cdn.org/image/country/troll/${flagCode.toLowerCase()}.gif" alt="${flagCode}" title="${flagName}" class="countryFlag">') %>
|
<%= html(' <img src="//s.4cdn.org/image/country/troll/${flagCode.toLowerCase()}.gif" alt="${flagCode}" title="${flagName}" class="countryFlag">') %>
|
||||||
else
|
else
|
||||||
<%= html(' <span title="${flagName}" class="flag flag-${flagCode.toLowerCase()}"></span>') %>
|
<%= html(' <span title="${flagName}" class="flag flag-${flagCode.toLowerCase()}"></span>') %>
|
||||||
|
|||||||
@ -623,7 +623,7 @@ QR =
|
|||||||
$.rm nodes.flag
|
$.rm nodes.flag
|
||||||
delete nodes.flag
|
delete nodes.flag
|
||||||
|
|
||||||
if false
|
if g.BOARD.ID is 'pol'
|
||||||
flag = QR.flags()
|
flag = QR.flags()
|
||||||
flag.dataset.name = 'flag'
|
flag.dataset.name = 'flag'
|
||||||
flag.dataset.default = '0'
|
flag.dataset.default = '0'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user