diff --git a/static/files/js/utils.js b/static/files/js/utils.js index c4b4be50..35e8c7c1 100644 --- a/static/files/js/utils.js +++ b/static/files/js/utils.js @@ -198,6 +198,9 @@ app.filter("round", function () { }; }); +app.filter("escape", function () { + return window.encodeURIComponent; +}); app.filter("ratioRound", function () { return function (n) { diff --git a/static/files/template/download-tree.html b/static/files/template/download-tree.html index 0a2b30ce..98059f37 100644 --- a/static/files/template/download-tree.html +++ b/static/files/template/download-tree.html @@ -7,7 +7,7 @@