web: remove manually URL encoded paths
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
@ -114,7 +114,9 @@ export class FlowListPage extends TablePage<Flow> {
|
||||
})
|
||||
.then((link) => {
|
||||
window.open(
|
||||
`${link.link}?inspector&next=/%23${window.location.href}`,
|
||||
`${link.link}?inspector&next=${encodeURIComponent(
|
||||
`/#${window.location.href}`,
|
||||
)}`,
|
||||
);
|
||||
});
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user