diff --git a/web/assets/js/bs5.monitorSettings.js b/web/assets/js/bs5.monitorSettings.js index 12f015e4..04f8b59c 100644 --- a/web/assets/js/bs5.monitorSettings.js +++ b/web/assets/js/bs5.monitorSettings.js @@ -900,7 +900,7 @@ var buildMonitorURL = function(){ host: host, protocol: protocol, port: port, - path: encodeURIComponent(path), + path: encodeURI(path), type: type, }); }