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