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/toggleall.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'searx/static/themes/oscar/src/js/toggleall.js') 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;}); -- cgit v1.2.3