From: Marcel Werk Date: Wed, 12 Oct 2011 18:08:41 +0000 (+0200) Subject: Added js code for the inner error arrows X-Git-Tag: 2.0.0_Beta_1~1699^2~2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a1a106fbb77bed7fdf8da9aafdd74f13d3a8a7ce;p=GitHub%2FWoltLab%2FWCF.git Added js code for the inner error arrows --- diff --git a/com.woltlab.wcf/template/headInclude.tpl b/com.woltlab.wcf/template/headInclude.tpl index 957130304b..640d6d4b12 100644 --- a/com.woltlab.wcf/template/headInclude.tpl +++ b/com.woltlab.wcf/template/headInclude.tpl @@ -54,6 +54,7 @@ new WCF.Date.Time(); new WCF.Effect.SmoothScroll(); new WCF.Effect.BalloonTooltip(); + $('').appendTo('.innerError'); {event name='javascriptInit'} });