1
0
mirror of https://github.com/rclone/rclone.git synced 2025-01-24 12:56:36 +02:00
rclone/docs/static/js/search.js

5 lines
135 B
JavaScript
Raw Normal View History

2021-06-15 23:32:45 +03:00
function on_search() {
document.search_form.q.value = document.search_form.words.value + " -site:forum.rclone.org";
return true;
}