From c217fb8d65eea9b03d9611de8ee16a026012fb33 Mon Sep 17 00:00:00 2001 From: Wavering Ana Date: Mon, 25 Dec 2023 19:02:42 -0500 Subject: [PATCH] fix duplicate variables in public/index.js --- app/public/js/index.js | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/app/public/js/index.js b/app/public/js/index.js index 55bb308..31d15fe 100644 --- a/app/public/js/index.js +++ b/app/public/js/index.js @@ -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", -]; \ No newline at end of file