mirror of
https://github.com/e107inc/e107.git
synced 2025-04-21 21:21:54 +02:00
Fixes #1270 - Default tooltip position in admin area set to 'top'.
This commit is contained in:
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user