From a11b900de4af7cf8acd909ce6bf4fd5604714364 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Wed, 11 Nov 2015 17:19:10 +0100 Subject: [PATCH] [ticket/14284] Correctly remove link to first unread post PHPBB3-14284 --- phpBB/styles/prosilver/template/ajax.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/styles/prosilver/template/ajax.js b/phpBB/styles/prosilver/template/ajax.js index e3780f024a..8e1eecf060 100644 --- a/phpBB/styles/prosilver/template/ajax.js +++ b/phpBB/styles/prosilver/template/ajax.js @@ -87,7 +87,7 @@ phpbb.addAjaxCallback('mark_topics_read', function(res, updateTopicLinks) { }); // Remove link to first unread post - $('a').has('span.icon_topic_newest').remove(); + $('a').has('i.icon-red').remove(); // Update mark topics read links if (updateTopicLinks) {