restore 10.9 changes

This commit is contained in:
Kilian von Pflugk 2024-05-13 00:02:18 +02:00
parent 196dd4c30c
commit dd7a81410e

View File

@ -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;
}