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}/"
|
location.replace href or "/#{g.BOARD}/"
|
||||||
return
|
return
|
||||||
|
|
||||||
unless $.hasClass doc, 'fourchan-x'
|
# Something might have gone wrong!
|
||||||
# Something might have gone wrong!
|
Main.initStyle()
|
||||||
Main.initStyle()
|
|
||||||
|
|
||||||
if board = $ '.board'
|
if board = $ '.board'
|
||||||
threads = []
|
threads = []
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user