From ad80f0f815a6766f6d99f0898db8967c7ba31c38 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Wed, 24 Jan 2018 06:57:12 -0800 Subject: [PATCH] Remove another instance of hardcoded board names. --- src/Miscellaneous/RelativeDates.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Miscellaneous/RelativeDates.coffee b/src/Miscellaneous/RelativeDates.coffee index 4945fe7bd..982d88d32 100644 --- a/src/Miscellaneous/RelativeDates.coffee +++ b/src/Miscellaneous/RelativeDates.coffee @@ -4,7 +4,7 @@ RelativeDates = init: -> if ( 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() $.on d, 'visibilitychange ThreadUpdate', @flush