Skip to content

Commit

Permalink
Revert "Use assign to preserve back button behavior"
Browse files Browse the repository at this point in the history
This reverts commit bbcb190.
  • Loading branch information
recrwplay committed Oct 3, 2023
1 parent bbcb190 commit be5616d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/01-nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
window.ga('send', 'event', 'version-select', 'From: ' + current + ';To:' + next + ';')
}

document.location.assign(url)
document.location.replace(url)
})
}

Expand Down

0 comments on commit be5616d

Please sign in to comment.