mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 13:17:24 +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 placement = 'right';
|
||||
|
||||
if($(this).is("textarea"))
|
||||
{
|
||||
var placement = 'top';
|
||||
|
Reference in New Issue
Block a user