mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
5 lines
135 B
JavaScript
5 lines
135 B
JavaScript
|
function on_search() {
|
||
|
document.search_form.q.value = document.search_form.words.value + " -site:forum.rclone.org";
|
||
|
return true;
|
||
|
}
|