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 0002182 commit 3ab94abCopy full SHA for 3ab94ab
index.js
@@ -739,8 +739,8 @@ window.onload = function () {
739
if (params.get(key) === value)
740
params.delete(key);
741
});
742
- debugger;
743
- return window.location.protocol + "//" + window.location.host +"/"+window.location.pathname+ "/?" + params.toString();
+
+ return window.location.origin + window.location.pathname + "?" + params.toString();
744
}
745
746
function copyToClipboard(text) {
0 commit comments