From 6bebf84812a89268067a353351726525c18056c7 Mon Sep 17 00:00:00 2001 From: tdurieux Date: Wed, 10 Aug 2022 08:39:47 +0200 Subject: [PATCH] feat: add support to svg --- public/script/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/script/app.js b/public/script/app.js index d6c2ae0..ff89c08 100644 --- a/public/script/app.js +++ b/public/script/app.js @@ -1261,7 +1261,7 @@ angular ts: "typescript", }; const textFiles = ["license", "txt"]; - const imageFiles = ["png", "jpg", "jpeg", "gif"]; + const imageFiles = ["png", "jpg", "jpeg", "gif", "svg"]; $scope.$on("$routeUpdate", function (event, current, old) { $scope.filePath = $routeParams.path || "";