Fix removal of HTML from non-custom titles. #297

This commit is contained in:
ccd0 2015-01-21 15:49:46 -08:00
parent b6d3f73951
commit 8f13c7e9e0

View File

@ -91,6 +91,7 @@ Banner =
$.get string, cachedTest, (item) ->
return unless title = item[string]
return if title is cachedTest
return child.textContent = title if Conf['Persistent Custom Board Titles']
string2 = "#{string}.orig"