1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 12:20:44 +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

@@ -924,7 +924,7 @@ $(document).ready(function()
if(pos === undefined)
{
pos = 'top';
pos = 'bottom';
}
$(this).tooltip({opacity:1.0, fade:true, placement: pos, container: 'body'});