fix duplicate variables in public/index.js
This commit is contained in:
parent
bd30f3ec85
commit
c217fb8d65
1 changed files with 0 additions and 20 deletions
|
@ -302,23 +302,3 @@ function refreshMediaList(files) {
|
|||
}
|
||||
});
|
||||
}
|
||||
|
||||
const videoExtensions = [
|
||||
".mp4",
|
||||
".mov",
|
||||
".avi",
|
||||
".flv",
|
||||
".mkv",
|
||||
".wmv",
|
||||
".webm",
|
||||
];
|
||||
const imageExtensions = [
|
||||
".jpg",
|
||||
".jpeg",
|
||||
".png",
|
||||
".gif",
|
||||
".bmp",
|
||||
".svg",
|
||||
".tiff",
|
||||
".webp",
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue