From 11223429176dbac51018f2746e7b607ec00ae874 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Fri, 16 May 2014 15:18:56 -0700 Subject: [PATCH] remove horizontal rule left over from bottom navlinks in thread view --- src/General/Index.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/General/Index.coffee b/src/General/Index.coffee index f6319a25c..286002b35 100644 --- a/src/General/Index.coffee +++ b/src/General/Index.coffee @@ -98,7 +98,7 @@ Index = # Does not work on Firefox unfortunately. bugzil.la/939713 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() topNavPos = $.id('delform').previousElementSibling $.before topNavPos, ($.el 'hr', className: 'desktop') if g.VIEW is 'index'