mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 21:27:25 +02:00
Frontend inline-editing preference added.
This commit is contained in:
@@ -74,7 +74,7 @@ $(document).ready(function()
|
||||
var pos = $(this).attr('data-placement');
|
||||
if(!pos)
|
||||
{
|
||||
pos = 'top';
|
||||
pos = 'top';
|
||||
}
|
||||
|
||||
$(this).tooltip({opacity:1.0,fade:true, placement: pos});
|
||||
@@ -365,12 +365,12 @@ $(document).ready(function()
|
||||
|
||||
var t = $(this).nextAll(".field-help");
|
||||
|
||||
var placement = 'top';
|
||||
var placement = 'bottom';
|
||||
|
||||
/* if($(this).is("textarea"))
|
||||
if($(this).is("textarea"))
|
||||
{
|
||||
var placement = 'top';
|
||||
}*/
|
||||
}
|
||||
|
||||
var custplace = $(t).attr('data-placement'); // ie top|left|bottom|right
|
||||
|
||||
|
Reference in New Issue
Block a user