mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/14294]Fix removal of wanted icons
PHPBB3-14294
This commit is contained in:
@@ -87,7 +87,7 @@ phpbb.addAjaxCallback('mark_topics_read', function(res, updateTopicLinks) {
|
||||
});
|
||||
|
||||
// Remove link to first unread post
|
||||
$('a').has('i.icon-red').remove();
|
||||
$('a.unread').has('.icon-red').remove();
|
||||
|
||||
// Update mark topics read links
|
||||
if (updateTopicLinks) {
|
||||
|
Reference in New Issue
Block a user