diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2018-12-02 21:41:17 +0100 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2018-12-02 21:41:17 +0100 |
commit | fc841cd67e559e7b7740b05e477c320d37dfa4f4 (patch) | |
tree | 17655c216bd857a2e8cacd7c0f730c0005467ada /en/6/download_index.php | |
parent | d0c09d66977b9b3ed66d32600f7027d961a01539 (diff) | |
download | www-fc841cd67e559e7b7740b05e477c320d37dfa4f4.tar www-fc841cd67e559e7b7740b05e477c320d37dfa4f4.tar.gz www-fc841cd67e559e7b7740b05e477c320d37dfa4f4.tar.bz2 www-fc841cd67e559e7b7740b05e477c320d37dfa4f4.tar.xz www-fc841cd67e559e7b7740b05e477c320d37dfa4f4.zip |
Revert "Workaround placement issue of the popover on big screen"
This reverts commit 4f35bb1cc3918e49ae7301763023b05623913e73.
It made hard to use the dl on smarphone
Diffstat (limited to 'en/6/download_index.php')
-rw-r--r-- | en/6/download_index.php | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |