diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-10-01 09:15:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-01 09:15:46 +0200 |
| commit | 458575c221abcdbe3c0ffb633dd06f5f6d05bf2e (patch) | |
| tree | 2e50ad12c760db799bf3ed69e5ed13834d3ccfdf /searx/static/themes/oscar/src/js/infobox.js | |
| parent | c74f45b1dfbc314db3cb41749111bc33d7243622 (diff) | |
| parent | 1dfac73a64ba15034a16fc0639618bf85594b98b (diff) | |
Merge pull request #361 from dalf/searxng-theme-oscar
SearXNG theme oscar
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() { |