Skip to content

Commit

Permalink
restore 10.9 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jumoog committed May 12, 2024
1 parent 196dd4c commit dd7a814
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ introSkipper.d = function (msg) {
introSkipper.viewShow = function () {
const location = window.location.hash;
introSkipper.d("Location changed to " + location);
if (location !== "#!/video") {
if (location !== "#/video") {
introSkipper.d("Ignoring location change");
return;
}
Expand Down

0 comments on commit dd7a814

Please sign in to comment.