Skip to content

Commit

Permalink
Parameters in URL fragments will be removed again. [closes #30]
Browse files Browse the repository at this point in the history
  • Loading branch information
f-str committed Sep 22, 2020
1 parent 5b26639 commit 91b18ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/remover.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ class REMOVER {
}
}
}
parsedURL.hash = parsedFragment.toString();

const urlString = parsedURL.toString();

Expand Down

0 comments on commit 91b18ce

Please sign in to comment.