mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-13 20:28:44 +01: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
@ -20,7 +20,7 @@ phpbb.addAjaxCallback('mark_forums_read', function(res) {
|
||||
var iconsArray = {
|
||||
'forum_unread': 'forum_read',
|
||||
'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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user