mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Merge pull request #4027 from marc1706/ticket/14284
[ticket/14284] Correctly remove link to first unread post
This commit is contained in:
commit
f180f9a181
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ phpbb.addAjaxCallback('mark_topics_read', function(res, updateTopicLinks) {
|
||||||
});
|
});
|
||||||
|
|
||||||
// Remove link to first unread post
|
// Remove link to first unread post
|
||||||
$('a').has('span.icon_topic_newest').remove();
|
$('a').has('i.icon-red').remove();
|
||||||
|
|
||||||
// Update mark topics read links
|
// Update mark topics read links
|
||||||
if (updateTopicLinks) {
|
if (updateTopicLinks) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue