1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-29 19:00:26 +02:00

Fixes #1270 - 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

View File

@@ -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