Revert "Turn off /pol/ flags for now."

This reverts commit 60266a686d5f009a88641d5ba451d37f5e879519.

Conflicts:
	src/General/Build.coffee
This commit is contained in:
ccd0 2015-01-25 14:02:09 -08:00
parent b93ee0fb11
commit fce15eced5
2 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ Build =
flag = unless flagCode
<%= 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">') %>
else
<%= html(' <span title="${flagName}" class="flag flag-${flagCode.toLowerCase()}"></span>') %>

View File

@ -623,7 +623,7 @@ QR =
$.rm nodes.flag
delete nodes.flag
if false
if g.BOARD.ID is 'pol'
flag = QR.flags()
flag.dataset.name = 'flag'
flag.dataset.default = '0'