mirror of
https://github.com/searxng/searxng.git
synced 2024-11-22 12:10:11 +01:00
wait for img to load before hiding infobox toggle
This commit is contained in:
parent
ab20ca182c
commit
7e82817925
@ -204,7 +204,7 @@ $(document).ready(function(){
|
||||
$(a.target).parent().attr("aria-selected", "true");
|
||||
});
|
||||
});
|
||||
;$(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');
|
||||
|
4
searx/static/themes/oscar/js/searx.min.js
vendored
4
searx/static/themes/oscar/js/searx.min.js
vendored
File diff suppressed because one or more lines are too long
@ -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…
Reference in New Issue
Block a user