aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template
diff options
context:
space:
mode:
authorJakub Senko <senky@users.noreply.github.com>2017-05-13 11:38:21 +0200
committerJakub Senko <senky@users.noreply.github.com>2017-05-16 17:55:28 +0200
commit06a9629497a011d2af8d8aeb077d0126c3f4d4b4 (patch)
treed7ab50d066486e9b452c90a845d16f79bafcfcfd /phpBB/styles/prosilver/template
parent877760ef9805be8b431c2fe43ef6ab38c07ec02d (diff)
downloadforums-06a9629497a011d2af8d8aeb077d0126c3f4d4b4.tar
forums-06a9629497a011d2af8d8aeb077d0126c3f4d4b4.tar.gz
forums-06a9629497a011d2af8d8aeb077d0126c3f4d4b4.tar.bz2
forums-06a9629497a011d2af8d8aeb077d0126c3f4d4b4.tar.xz
forums-06a9629497a011d2af8d8aeb077d0126c3f4d4b4.zip
[ticket/15056] Update subforum icons with Mark forums read
PHPBB3-15056
Diffstat (limited to 'phpBB/styles/prosilver/template')
-rw-r--r--phpBB/styles/prosilver/template/ajax.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/ajax.js b/phpBB/styles/prosilver/template/ajax.js
index 1bb3aabb9b..6903ad2261 100644
--- a/phpBB/styles/prosilver/template/ajax.js
+++ b/phpBB/styles/prosilver/template/ajax.js
@@ -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) {