1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 13:17:24 +02:00

Fix last commit - tooltip placement

This commit is contained in:
Cameron
2013-04-25 17:40:26 -07:00
parent 016e6d82ef
commit 664b97d4b1

View File

@@ -274,6 +274,8 @@ $(document).ready(function()
var t = $(this).nextAll(".field-help");
var placement = 'right';
if($(this).is("textarea"))
{
var placement = 'top';