Shave a line by removing an useless check.
This commit is contained in:
parent
87b8a3c951
commit
fb28d20870
@ -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 = []
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user