We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f96b1ef commit fbd3677Copy full SHA for fbd3677
_ext/redirects.py
@@ -25,10 +25,10 @@
25
<script>
26
var redirect_url = "$redirect_url";
27
if (window.location.search) {
28
- redirect_url += "?" + window.location.search;
+ redirect_url += window.location.search;
29
}
30
if (window.location.hash) {
31
- redirect_url += "#" + window.location.hash;
+ redirect_url += window.location.hash;
32
33
window.location.href = redirect_url;
34
</script>
0 commit comments