forked from e621ng/e621ng
[Autocomplete] Remove mp4 from file type completion (#783)
This commit is contained in:
parent
f5b492241e
commit
10b9389c23
@ -364,10 +364,10 @@ Autocomplete.static_metatags = {
|
|||||||
"any", "none"
|
"any", "none"
|
||||||
],
|
],
|
||||||
filetype: [
|
filetype: [
|
||||||
"jpg", "png", "gif", "swf", "webm", "mp4"
|
"jpg", "png", "gif", "swf", "webm"
|
||||||
],
|
],
|
||||||
type: [
|
type: [
|
||||||
"jpg", "png", "gif", "swf", "webm", "mp4"
|
"jpg", "png", "gif", "swf", "webm"
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user