1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-12-22 21:40:08 +00:00

Adding missing comma

This commit is contained in:
Tim Düsterhus 2011-12-13 22:34:05 +01:00
parent 2b6666246b
commit 04a6570bb4

View File

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