diff --git a/src/scripts/clientUtils.js b/src/scripts/clientUtils.js index a72584729a..291202b2e0 100644 --- a/src/scripts/clientUtils.js +++ b/src/scripts/clientUtils.js @@ -95,7 +95,7 @@ export function logout() { } export function getPluginUrl(name) { - return '#!/configurationpage?name=' + encodeURIComponent(name); + return 'configurationpage?name=' + encodeURIComponent(name); } export function navigate(url, preserveQueryString) {