Add google search widget to rclone.org

This commit is contained in:
Ivan Andreev
2021-07-05 16:21:36 +01:00
committed by Nick Craig-Wood
parent 721bae11c3
commit 1cc6dd349e
3 changed files with 10 additions and 0 deletions
+4
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;
}