mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 06:07:32 +02:00
Fix last commit - tooltip placement
This commit is contained in:
@@ -274,6 +274,8 @@ $(document).ready(function()
|
|||||||
|
|
||||||
var t = $(this).nextAll(".field-help");
|
var t = $(this).nextAll(".field-help");
|
||||||
|
|
||||||
|
var placement = 'right';
|
||||||
|
|
||||||
if($(this).is("textarea"))
|
if($(this).is("textarea"))
|
||||||
{
|
{
|
||||||
var placement = 'top';
|
var placement = 'top';
|
||||||
|
Reference in New Issue
Block a user