From 664b97d4b115e01b80bb64f4b5dc44c07c2951b0 Mon Sep 17 00:00:00 2001 From: Cameron Date: Thu, 25 Apr 2013 17:40:26 -0700 Subject: [PATCH] Fix last commit - tooltip placement --- e107_web/js/core/admin.jquery.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/e107_web/js/core/admin.jquery.js b/e107_web/js/core/admin.jquery.js index 801f6d7d2..7d02e351f 100644 --- a/e107_web/js/core/admin.jquery.js +++ b/e107_web/js/core/admin.jquery.js @@ -274,6 +274,8 @@ $(document).ready(function() var t = $(this).nextAll(".field-help"); + var placement = 'right'; + if($(this).is("textarea")) { var placement = 'top';