mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-23 00:50:30 +01:00
[ticket/15056] Update subforum icons with Mark forums read
PHPBB3-15056
This commit is contained in:
parent
877760ef98
commit
06a9629497
@ -26,7 +26,7 @@ phpbb.addAjaxCallback('mark_forums_read', function(res) {
|
||||
});
|
||||
|
||||
// Mark subforums read
|
||||
$('a.subforum[class*="unread"]').removeClass('unread').addClass('read');
|
||||
$('a.subforum[class*="unread"]').removeClass('unread').addClass('read').children('.icon.icon-red').removeClass('icon-red').addClass('icon-blue');
|
||||
|
||||
// Mark topics read if we are watching a category and showing active topics
|
||||
if ($('#active_topics').length) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user