1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-21 21:21:54 +02:00

Fixes - Default tooltip position in admin area set to 'top'.

This commit is contained in:
Cameron 2016-01-26 13:58:13 -08:00
parent 2c2d48b902
commit 72a34d1969

@ -365,12 +365,12 @@ $(document).ready(function()
var t = $(this).nextAll(".field-help");
var placement = 'right';
var placement = 'top';
if($(this).is("textarea"))
/* if($(this).is("textarea"))
{
var placement = 'top';
}
}*/
var custplace = $(t).attr('data-placement'); // ie top|left|bottom|right