mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
wait for img to load before hiding infobox toggle
This commit is contained in:
parent
ab20ca182c
commit
7e82817925
3 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
$(document).ready(function() {
|
||||
window.addEventListener('load', function() {
|
||||
// Hide infobox toggle if shrunk size already fits all content.
|
||||
$('.infobox').each(function() {
|
||||
var infobox_body = $(this).find('.infobox_body');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue