mirror of
https://github.com/searxng/searxng.git
synced 2026-05-27 05:10:12 +02:00
[mod] oscar: move compiled files to the src directory
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
$(document).ready(function(){
|
||||
$("#allow-all-engines").click(function() {
|
||||
$(".onoffswitch-checkbox").each(function() { this.checked = false;});
|
||||
});
|
||||
|
||||
$("#disable-all-engines").click(function() {
|
||||
$(".onoffswitch-checkbox").each(function() { this.checked = true;});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user