JSON Index requires RelativeDates. #259

This commit is contained in:
ccd0 2014-12-29 11:48:14 -08:00
parent d49edfb4f0
commit 3a3d89851f

View File

@ -1,21 +1,18 @@
RelativeDates =
INTERVAL: $.MINUTE / 2
init: ->
return unless Conf['Relative Post Dates']
unless Conf['Relative Date Title']
switch g.VIEW
when 'index'
@flush()
$.on d, 'visibilitychange', @flush
when 'thread'
@flush()
$.on d, 'visibilitychange ThreadUpdate', @flush if g.VIEW is 'thread'
else
return
if (
g.VIEW isnt 'catalog' and Conf['Relative Post Dates'] and !Conf['Relative Date Title'] or
g.VIEW is 'index' and Conf['JSON Navigation'] and g.BOARD.ID isnt 'f'
)
@flush()
$.on d, 'visibilitychange ThreadUpdate', @flush
if Conf['Relative Post Dates']
Post.callbacks.push
name: 'Relative Post Dates'
cb: @node
Post.callbacks.push
name: 'Relative Post Dates'
cb: @node
node: ->
dateEl = @nodes.date
if Conf['Relative Date Title']