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