restore 10.9 changes
This commit is contained in:
parent
196dd4c30c
commit
dd7a81410e
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user