Add google search widget to rclone.org

This commit is contained in:
Ivan Andreev 2021-06-15 23:32:45 +03:00 committed by Nick Craig-Wood
parent 721bae11c3
commit 1cc6dd349e
3 changed files with 10 additions and 0 deletions

4
docs/static/js/search.js vendored Normal file
View file

@ -0,0 +1,4 @@
function on_search() {
document.search_form.q.value = document.search_form.words.value + " -site:forum.rclone.org";
return true;
}