Skip to content

Commit

Permalink
Merge pull request #481 from foretagsplatsen/32129139/Fix_setHash_in_…
Browse files Browse the repository at this point in the history
…hashLocationTest_so_it_doesn_t_use_window_open

32129139: Fix setHash in hashLocationTest so it doesn't use window.open
  • Loading branch information
DamienCassou authored Apr 5, 2024
2 parents c6cdc0c + 29bb443 commit 99ad560
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/router/hashLocationTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ function delayedSteps() {

function setHash(aHash) {
window.location.hash = aHash;
window.open(window.location, "_self", true);
jQuery(window).trigger("hashchange");
}

Expand Down

0 comments on commit 99ad560

Please sign in to comment.