fixes #2225 redesign quick search help popin

This commit is contained in:
Linty
2025-09-11 16:54:52 +02:00
parent f270e82a06
commit 77c1fdd138
10 changed files with 567 additions and 4 deletions
@@ -129,5 +129,13 @@ $(document).ready(function () {
}
}
});
$('.help-popin-search').on('click', function() {
$('#modalQuickSearch').fadeIn();
});
$('#closeModalQuickSearch').on('click', function() {
$('#modalQuickSearch').fadeOut();
});
})