Fix removal of HTML from non-custom titles. #297
This commit is contained in:
parent
b6d3f73951
commit
8f13c7e9e0
@ -91,6 +91,7 @@ Banner =
|
|||||||
|
|
||||||
$.get string, cachedTest, (item) ->
|
$.get string, cachedTest, (item) ->
|
||||||
return unless title = item[string]
|
return unless title = item[string]
|
||||||
|
return if title is cachedTest
|
||||||
return child.textContent = title if Conf['Persistent Custom Board Titles']
|
return child.textContent = title if Conf['Persistent Custom Board Titles']
|
||||||
|
|
||||||
string2 = "#{string}.orig"
|
string2 = "#{string}.orig"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user