[Autocomplete] Remove mp4 from file type completion (#783)

This commit is contained in:
faucet 2024-11-07 16:46:40 +00:00 committed by GitHub
parent f5b492241e
commit 10b9389c23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -364,10 +364,10 @@ Autocomplete.static_metatags = {
"any", "none"
],
filetype: [
"jpg", "png", "gif", "swf", "webm", "mp4"
"jpg", "png", "gif", "swf", "webm"
],
type: [
"jpg", "png", "gif", "swf", "webm", "mp4"
"jpg", "png", "gif", "swf", "webm"
],
}