1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-27 20:10:18 +02:00

[ticket/14284] Correctly remove link to first unread post

PHPBB3-14284
This commit is contained in:
Marc Alexander
2015-11-11 17:19:10 +01:00
parent 6806c20bce
commit a11b900de4

View File

@@ -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) {