mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Fixes #1270 - Default tooltip position in admin area set to 'top'.
This commit is contained in:
@@ -365,12 +365,12 @@ $(document).ready(function()
|
|||||||
|
|
||||||
var t = $(this).nextAll(".field-help");
|
var t = $(this).nextAll(".field-help");
|
||||||
|
|
||||||
var placement = 'right';
|
var placement = 'top';
|
||||||
|
|
||||||
if($(this).is("textarea"))
|
/* if($(this).is("textarea"))
|
||||||
{
|
{
|
||||||
var placement = 'top';
|
var placement = 'top';
|
||||||
}
|
}*/
|
||||||
|
|
||||||
var custplace = $(t).attr('data-placement'); // ie top|left|bottom|right
|
var custplace = $(t).attr('data-placement'); // ie top|left|bottom|right
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user