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';