diff --git a/src/Miscellaneous/Banner.coffee b/src/Miscellaneous/Banner.coffee index e5e12b26a..31a6085a5 100644 --- a/src/Miscellaneous/Banner.coffee +++ b/src/Miscellaneous/Banner.coffee @@ -16,7 +16,7 @@ Banner = banner = $ ".boardBanner" {children} = banner - if g.BOARD.ID isnt 'f' and g.VIEW is 'thread' and Conf['Remove Thread Excerpt'] + if g.VIEW is 'thread' and Conf['Remove Thread Excerpt'] Banner.setTitle children[1].textContent children[0].title = "Click to change"