Remove another instance of hardcoded board names.

This commit is contained in:
ccd0 2018-01-24 06:57:12 -08:00
parent 76a72d49b1
commit ad80f0f815

View File

@ -4,7 +4,7 @@ RelativeDates =
init: -> init: ->
if ( if (
g.VIEW in ['index', 'thread', 'archive'] and Conf['Relative Post Dates'] and !Conf['Relative Date Title'] or g.VIEW in ['index', 'thread', 'archive'] and Conf['Relative Post Dates'] and !Conf['Relative Date Title'] or
g.VIEW is 'index' and Conf['JSON Index'] and g.BOARD.ID isnt 'f' Index.enabled
) )
@flush() @flush()
$.on d, 'visibilitychange ThreadUpdate', @flush $.on d, 'visibilitychange ThreadUpdate', @flush