Skip to content

Commit 0358bdc

Browse files
The URL bar should work now
1 parent 6328107 commit 0358bdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/public/js/controls.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function updateURLBar(val) {
5858
val = __uv$config.decodeUrl(val);
5959
}
6060
if (currentProx === 'dynamic') {
61-
val = val.replace(__dynam$ic.prefix + 'route/?url=', '');
61+
val = val.replace(__dynam$ic.prefix, '');
6262
val = __dynam$ic.decodeUrl(val);
6363
}
6464
if (val === "a`owt8bnalk") {

0 commit comments

Comments
 (0)