Skip to content

Commit 3ab94ab

Browse files
committed
debugged preset url
1 parent 0002182 commit 3ab94ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -739,8 +739,8 @@ window.onload = function () {
739739
if (params.get(key) === value)
740740
params.delete(key);
741741
});
742-
debugger;
743-
return window.location.protocol + "//" + window.location.host +"/"+window.location.pathname+ "/?" + params.toString();
742+
743+
return window.location.origin + window.location.pathname + "?" + params.toString();
744744
}
745745

746746
function copyToClipboard(text) {

0 commit comments

Comments
 (0)