From 04a6570bb40df709061ceafcfe0f5ceaf596da2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Tue, 13 Dec 2011 22:34:05 +0100 Subject: [PATCH] Adding missing comma --- file/js/TimWolla.WCF.Chat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file/js/TimWolla.WCF.Chat.js b/file/js/TimWolla.WCF.Chat.js index ee3629b..09b78ae 100644 --- a/file/js/TimWolla.WCF.Chat.js +++ b/file/js/TimWolla.WCF.Chat.js @@ -178,7 +178,7 @@ if (typeof TimWolla.WCF == 'undefined') TimWolla.WCF = {}; submitButton.attr('src', WCF.Icon.get('wcf.icon.toRight1')); } }); - } + }, toggleUserMenu: function (target) { liUserID = '#' + target.parent().parent().attr('id'); if ($(liUserID).hasClass('activeMenuItem')) {