From fc841cd67e559e7b7740b05e477c320d37dfa4f4 Mon Sep 17 00:00:00 2001 From: Manuel Hiebel Date: Sun, 2 Dec 2018 21:41:17 +0100 Subject: Revert "Workaround placement issue of the popover on big screen" This reverts commit 4f35bb1cc3918e49ae7301763023b05623913e73. It made hard to use the dl on smarphone --- en/6/download_index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'en/6/download_index.php') diff --git a/en/6/download_index.php b/en/6/download_index.php index 58bf72f16..929b348b9 100644 --- a/en/6/download_index.php +++ b/en/6/download_index.php @@ -447,7 +447,7 @@ $('.pop').each(function () { html: true, container: 'body', trigger: 'manual', - placement: 'right', + placement: 'auto', content: function () { var id = $(this).data('tip') return $('#' + id + 'Ex').html(); -- cgit v1.2.1