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/toggleall.js | |
| parent | a582cf3d8231f5ed8a881aa87576dfc0600e1c07 (diff) | |
SearXNG: oscar theme
Diffstat (limited to 'searx/static/themes/oscar/src/js/toggleall.js')
| -rw-r--r-- | searx/static/themes/oscar/src/js/toggleall.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/searx/static/themes/oscar/src/js/toggleall.js b/searx/static/themes/oscar/src/js/toggleall.js index b6c484e3e..69acb9d72 100644 --- a/searx/static/themes/oscar/src/js/toggleall.js +++ b/searx/static/themes/oscar/src/js/toggleall.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 + */ + $(document).ready(function(){ $("#allow-all-engines").click(function() { $(".onoffswitch-checkbox").each(function() { this.checked = false;}); |