mirror of
https://github.com/searxng/searxng.git
synced 2026-01-15 11:05:28 +00:00
wait for img to load before hiding infobox toggle
This commit is contained in:
committed by
Alexandre Flament
parent
ab20ca182c
commit
7e82817925
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user