From be7719443587d85402813211d78d7c562a93518b Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 5 Jan 2013 11:40:41 +0100 Subject: [PATCH] [ticket/10949] Remove not needed comma This comma might actually cause issues in browser. Therefore remove it. PHPBB3-10949 --- phpBB/styles/prosilver/template/ajax.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/styles/prosilver/template/ajax.js b/phpBB/styles/prosilver/template/ajax.js index 7f5ab17f99..8583fb565c 100644 --- a/phpBB/styles/prosilver/template/ajax.js +++ b/phpBB/styles/prosilver/template/ajax.js @@ -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() {