Aevann 2023-01-28 10:31:51 +02:00
parent 3b4211e8e1
commit 8eb0eb1938
2 changed files with 1 additions and 2 deletions

View File

@ -106,7 +106,6 @@ async function getGifs(form) {
}
document.getElementById('gifs-back-btn').onclick = getGifs;
document.getElementById('gifs-cancel-btn').onclick = getGifs;
async function searchGifs(searchTerm) {

View File

@ -5,7 +5,7 @@
<div class="form-group d-flex align-items-center w-100 mb-0">
<div id="gifs-back-btn"><button class="btn btn-link mx-2" id="gifs-back-btn"><i class="fas fa-long-arrow-left text-muted"></i></button></div>
<input autocomplete="off" type="text" class="form-control" id="gifSearch" placeholder="Search and press enter">
<div id="gifs-cancel-btn"><button class="btn btn-link mx-2" id="gifs-cancel-btn"><i class="fas fa-times text-muted"></i></button></div>
<button class="btn btn-link mx-2" data-bs-dismiss="modal"><i class="fas fa-times text-muted"></i></button>
</div>
</div>
<div style="overflow-y: auto;">