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:
parent
2b6666246b
commit
04a6570bb4
@ -178,7 +178,7 @@ if (typeof TimWolla.WCF == 'undefined') TimWolla.WCF = {};
|
|||||||
submitButton.attr('src', WCF.Icon.get('wcf.icon.toRight1'));
|
submitButton.attr('src', WCF.Icon.get('wcf.icon.toRight1'));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
},
|
||||||
toggleUserMenu: function (target) {
|
toggleUserMenu: function (target) {
|
||||||
liUserID = '#' + target.parent().parent().attr('id');
|
liUserID = '#' + target.parent().parent().attr('id');
|
||||||
if ($(liUserID).hasClass('activeMenuItem')) {
|
if ($(liUserID).hasClass('activeMenuItem')) {
|
||||||
|
Loading…
Reference in New Issue
Block a user