diff --git a/www/js/fpp.js b/www/js/fpp.js index 887c4947f..98c05f77a 100644 --- a/www/js/fpp.js +++ b/www/js/fpp.js @@ -4999,7 +4999,7 @@ function DownloadZip(dir) { } function ViewImage(file) { - var url = "api/file/Images/" + encodeURIComponent(file).replace('%2F','/'); + var url = "api/file/Images/" + encodeURIComponent(file).replaceAll('%2F','/'); ViewFileImpl(url, file, "