From 3215fc4aecfeb9d76639b2506fb27f634f9dfc99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Sat, 10 Dec 2011 15:57:38 +0100 Subject: [PATCH] Adding missing semicolon --- 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 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) }); },