remove horizontal rule left over from bottom navlinks in thread view
This commit is contained in:
parent
18f6c17fed
commit
1122342917
@ -98,7 +98,7 @@ Index =
|
|||||||
# Does not work on Firefox unfortunately. bugzil.la/939713
|
# Does not work on Firefox unfortunately. bugzil.la/939713
|
||||||
d.implementation.createDocument(null, null, null).appendChild board
|
d.implementation.createDocument(null, null, null).appendChild board
|
||||||
|
|
||||||
$.rm navLink for navLink in $$ '.navLinks'
|
$.rm el for el in $$ '.navLinks, .navLinksBot + hr'
|
||||||
$.id('search-box')?.parentNode.remove()
|
$.id('search-box')?.parentNode.remove()
|
||||||
topNavPos = $.id('delform').previousElementSibling
|
topNavPos = $.id('delform').previousElementSibling
|
||||||
$.before topNavPos, ($.el 'hr', className: 'desktop') if g.VIEW is 'index'
|
$.before topNavPos, ($.el 'hr', className: 'desktop') if g.VIEW is 'index'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user