From fb28d20870ea31b7cce4f849ba0420f17810afce Mon Sep 17 00:00:00 2001 From: Mayhem Date: Tue, 13 Aug 2013 03:34:09 +0200 Subject: [PATCH] Shave a line by removing an useless check. --- src/General/Main.coffee | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/General/Main.coffee b/src/General/Main.coffee index f58223368..1456e4090 100644 --- a/src/General/Main.coffee +++ b/src/General/Main.coffee @@ -176,9 +176,8 @@ Main = location.replace href or "/#{g.BOARD}/" return - unless $.hasClass doc, 'fourchan-x' - # Something might have gone wrong! - Main.initStyle() + # Something might have gone wrong! + Main.initStyle() if board = $ '.board' threads = []