mirror of
https://github.com/searxng/searxng.git
synced 2025-12-23 20:20:05 +00:00
oscar template: little style improvements
This commit is contained in:
@@ -38,4 +38,8 @@ $(document).ready(function(){
|
||||
$(this).html(html);
|
||||
}
|
||||
});
|
||||
|
||||
$(".select-all-on-click").click(function () {
|
||||
$(this).select();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user