Add google search widget to rclone.org
This commit is contained in:
committed by
Nick Craig-Wood
parent
721bae11c3
commit
1cc6dd349e
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
function on_search() {
|
||||
document.search_form.q.value = document.search_form.words.value + " -site:forum.rclone.org";
|
||||
return true;
|
||||
}
|
||||
Reference in New Issue
Block a user