Merge pull request #1136 from anaggh/master
Fix #1135 clippy input on mobile dropdown menu bug
This commit is contained in:
commit
de01180cc6
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue