mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-24 08:10:13 +02:00
Merge pull request #4834 from senky/ticket/15056
[ticket/15056] Update subforum icons with Mark forums read
This commit is contained in:
commit
6a69c6a006
@ -26,7 +26,7 @@ phpbb.addAjaxCallback('mark_forums_read', function(res) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// Mark subforums read
|
// 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
|
// Mark topics read if we are watching a category and showing active topics
|
||||||
if ($('#active_topics').length) {
|
if ($('#active_topics').length) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user