Add google search widget to rclone.org
This commit is contained in:
parent
721bae11c3
commit
1cc6dd349e
3 changed files with 10 additions and 0 deletions
4
docs/static/js/search.js
vendored
Normal file
4
docs/static/js/search.js
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
function on_search() {
|
||||
document.search_form.q.value = document.search_form.words.value + " -site:forum.rclone.org";
|
||||
return true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue