1
0
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:
Jakub Senko 2017-05-13 11:38:21 +02:00
parent 877760ef98
commit 06a9629497
No known key found for this signature in database
GPG Key ID: 6A7C328CD66EC21E

View File

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