Merge pull request #1136 from anaggh/master

Fix #1135 clippy input on mobile dropdown menu bug
This commit is contained in:
Diego Najar 2020-02-15 12:03:22 +01:00 committed by GitHub
commit de01180cc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,7 @@
</div>
<!-- Quick Links -->
<div class="container border-bottom pb-5">
<div class="container border-bottom pb-5" id="jsclippyContainer">
<div class="row">
<div class="col">
@ -46,6 +46,7 @@
width: "100%",
theme: "bootstrap4",
minimumInputLength: 2,
dropdownParent: "#jsclippyContainer",
ajax: {
url: HTML_PATH_ADMIN_ROOT+"ajax/clippy",
data: function (params) {