From 54eaa9adea317c0547966646008f9175fefa9693 Mon Sep 17 00:00:00 2001 From: Mayhem Date: Sat, 2 Nov 2013 20:29:06 +0100 Subject: [PATCH] Disable enhanced index on /f/. --- src/General/Index.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/General/Index.coffee b/src/General/Index.coffee index 5b331337a..336e2c3f9 100644 --- a/src/General/Index.coffee +++ b/src/General/Index.coffee @@ -1,6 +1,6 @@ Index = init: -> - return if g.VIEW isnt 'index' + return if g.VIEW isnt 'index' or g.BOARD.ID is 'f' @button = $.el 'a', className: 'index-refresh-shortcut fa fa-refresh'