mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-13 10:52:53 +00:00
feat: add support to svg
This commit is contained in:
@@ -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 || "";
|
||||
|
||||
Reference in New Issue
Block a user