diff --git a/file/js/TimWolla.WCF.Chat.js b/file/js/TimWolla.WCF.Chat.js index d9fb759..e33b1b2 100644 --- a/file/js/TimWolla.WCF.Chat.js +++ b/file/js/TimWolla.WCF.Chat.js @@ -93,7 +93,7 @@ if (typeof TimWolla.WCF == 'undefined') TimWolla.WCF = {}; }) .parent() .append('') - .css({'marginTop' : function (index) {return (target.parent().height() / 2) - ($(this).height() / 2)}}); + .css({'marginTop' : function (index) {return (target.parent().height() / 2) - ($(this).height() / 2);}}); }, this) }); },