diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-09-30 17:55:22 +0200 |
|---|---|---|
| committer | Alexandre Flament <alex@al-f.net> | 2021-09-30 18:50:21 +0200 |
| commit | df06dddc044161c6d5caacab1b2a5b9faa109f01 (patch) | |
| tree | 0ea11e63f0bc8f5ebd654a1bad81eb6bfc358a58 /searx/static/themes/oscar/src/js/infobox.js | |
| parent | a582cf3d8231f5ed8a881aa87576dfc0600e1c07 (diff) | |
SearXNG: oscar theme
Diffstat (limited to 'searx/static/themes/oscar/src/js/infobox.js')
| -rw-r--r-- | searx/static/themes/oscar/src/js/infobox.js | 7 |
1 files changed, 7 insertions, 0 deletions
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() { |