Shave a line by removing an useless check.

This commit is contained in:
Mayhem 2013-08-13 03:34:09 +02:00
parent 87b8a3c951
commit fb28d20870

View File

@ -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 = []