I couldn't find the exact cause, I suspect people are just adblocking random elements and expect not to break things.
This commit is contained in:
parent
ffd98de110
commit
b2ec75510b
@ -89,10 +89,6 @@ Header =
|
|||||||
if a = $ "a[href*='/#{g.BOARD}/']", nav
|
if a = $ "a[href*='/#{g.BOARD}/']", nav
|
||||||
a.className = 'current'
|
a.className = 'current'
|
||||||
fullBoardList = $ '#full-board-list', Header.bar
|
fullBoardList = $ '#full-board-list', Header.bar
|
||||||
# XXX Getting weird reports here of
|
|
||||||
# "Header" initialization crashed. TypeError: Cannot read property 'innerHTML' of null
|
|
||||||
# Let's try to find the cause.
|
|
||||||
if nav
|
|
||||||
fullBoardList.innerHTML = nav.innerHTML
|
fullBoardList.innerHTML = nav.innerHTML
|
||||||
$.rm $ '#navtopright', fullBoardList
|
$.rm $ '#navtopright', fullBoardList
|
||||||
btn = $.el 'span',
|
btn = $.el 'span',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user