1
0
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:
Cameron
2016-06-09 16:44:40 -07:00
parent 7fdb27510f
commit a4203b72c7
6 changed files with 29 additions and 6 deletions

View File

@@ -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