From df06dddc044161c6d5caacab1b2a5b9faa109f01 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Thu, 30 Sep 2021 17:55:22 +0200 Subject: SearXNG: oscar theme --- searx/static/themes/oscar/src/js/infobox.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'searx/static/themes/oscar/src/js/infobox.js') diff --git a/searx/static/themes/oscar/src/js/infobox.js b/searx/static/themes/oscar/src/js/infobox.js index cb7f1eec5..f3d0c04b9 100644 --- a/searx/static/themes/oscar/src/js/infobox.js +++ b/searx/static/themes/oscar/src/js/infobox.js @@ -1,3 +1,10 @@ +/** + * @license + * (C) Copyright Contributors to the SearXNG project. + * (C) Copyright Contributors to the searx project (2014 - 2021). + * SPDX-License-Identifier: AGPL-3.0-or-later + */ + window.addEventListener('load', function() { // Hide infobox toggle if shrunk size already fits all content. $('.infobox').each(function() { -- cgit v1.2.3