1
0
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:
Marc Alexander 2013-01-05 11:40:41 +01:00
parent b5cc1ed683
commit be77194435

View File

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