mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/10949] Remove not needed comma
This comma might actually cause issues in browser. Therefore remove it. PHPBB3-10949
This commit is contained in:
parent
b5cc1ed683
commit
be77194435
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ phpbb.addAjaxCallback('mark_forums_read', function(res) {
|
||||||
var iconsArray = {
|
var iconsArray = {
|
||||||
'forum_unread': 'forum_read',
|
'forum_unread': 'forum_read',
|
||||||
'forum_unread_subforum': 'forum_read_subforum',
|
'forum_unread_subforum': 'forum_read_subforum',
|
||||||
'forum_unread_locked': 'forum_read_locked',
|
'forum_unread_locked': 'forum_read_locked'
|
||||||
};
|
};
|
||||||
|
|
||||||
$('li.row').find('dl[class*="forum_unread"]').each(function() {
|
$('li.row').find('dl[class*="forum_unread"]').each(function() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue