diff --git a/CHANGELOG-3.x.md b/CHANGELOG-3.x.md index 1b0b9a0..966701f 100644 --- a/CHANGELOG-3.x.md +++ b/CHANGELOG-3.x.md @@ -5,5 +5,8 @@ ### Added - Added translations for cache configuration +### Changed +- Replace date_format filter with Twig date filter + ### Removed - Remove deprecated cache translations \ No newline at end of file diff --git a/tpl/tooltips.html.twig b/tpl/tooltips.html.twig index 53bcff1..2720e1e 100644 --- a/tpl/tooltips.html.twig +++ b/tpl/tooltips.html.twig @@ -29,7 +29,7 @@ function popUp(evt,currElem) if((x + popUpWin.offsetWidth) > window.innerWidth) { x = offset.left - popUpWin.offsetWidth - 5; } - + popUpWin.style.top = Math.max(2,y)+'px'; popUpWin.style.left= Math.max(2,x)+'px'; popUpWin.style.visibility = "visible"; @@ -63,10 +63,10 @@ function popDown(currElem) - + - + @@ -103,10 +103,10 @@ function popDown(currElem) - + - +