mirror of
https://github.com/searxng/searxng.git
synced 2025-08-04 10:56:44 +02:00
SearXNG: oscar theme
This commit is contained in:
parent
a582cf3d82
commit
df06dddc04
19 changed files with 73 additions and 82 deletions
|
@ -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;});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue