1
0
mirror of https://github.com/rclone/rclone.git synced 2025-07-17 12:45:26 +02:00
Files
.github
backend
bin
cmd
cmdtest
contrib
docs
content
i18n
layouts
static
css
img
js
bootstrap.min.4.4.1.js
custom.js
jquery.min.3.5.1.js
popper.min.1.16.0.js
search.js
webfonts
README.md
config.json
fs
fstest
graphics
lib
librclone
vfs
.gitattributes
.gitignore
.golangci.yml
CONTRIBUTING.md
COPYING
Dockerfile
MAINTAINERS.md
MANUAL.html
MANUAL.md
MANUAL.txt
Makefile
README.md
RELEASE.md
VERSION
go.mod
go.sum
notes.txt
rclone.1
rclone.go
rclone/docs/static/js/search.js
2021-07-05 16:21:36 +01:00

5 lines
135 B
JavaScript

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