From 76a07759d895d6c0937ed7852f3eb9277b3b2100 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Fri, 3 Apr 2020 11:01:32 -0700 Subject: [PATCH] Fix 'Mark Read' link in 'Unread Line in Index' being placed in wrong position on smuglo.li. --- src/site/SW.tinyboard.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/SW.tinyboard.coffee b/src/site/SW.tinyboard.coffee index 84e2fe9d9..7b93a7d52 100644 --- a/src/site/SW.tinyboard.coffee +++ b/src/site/SW.tinyboard.coffee @@ -78,7 +78,7 @@ SW.tinyboard = selectors: board: 'form[name="postcontrols"]' thread: 'input[name="board"] ~ div[id^="thread_"]' - threadDivider: 'div[id^="thread_"] > hr:last-of-type' + threadDivider: 'div[id^="thread_"] > hr:last-child' summary: '.omitted' postContainer: 'div[id^="reply_"]:not(.hidden)' # postContainer is thread for OP opBottom: '.op'