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

Adding missing semicolon

This commit is contained in:
Tim Düsterhus 2011-12-10 15:57:38 +01:00
parent 4cf51f74be
commit 3215fc4aec

View File

@ -93,7 +93,7 @@ if (typeof TimWolla.WCF == 'undefined') TimWolla.WCF = {};
}) })
.parent() .parent()
.append('<img class="ajaxLoad" src="' + RELATIVE_WCF_DIR + 'icon/spinner1.svg" alt="" />') .append('<img class="ajaxLoad" src="' + RELATIVE_WCF_DIR + 'icon/spinner1.svg" alt="" />')
.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) }, this)
}); });
}, },