1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-26 04:52:36 +01:00

Merge pull request #4027 from marc1706/ticket/14284

[ticket/14284] Correctly remove link to first unread post
This commit is contained in:
Cesar G 2015-11-12 04:05:56 -08:00
commit f180f9a181

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