mirror of
https://github.com/searxng/searxng.git
synced 2025-07-23 05:09:17 +02:00
oscar template: little style improvements
This commit is contained in:
parent
47d1caed61
commit
dc2c136220
3 changed files with 11 additions and 1 deletions
|
@ -38,4 +38,8 @@ $(document).ready(function(){
|
|||
$(this).html(html);
|
||||
}
|
||||
});
|
||||
|
||||
$(".select-all-on-click").click(function () {
|
||||
$(this).select();
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue