restore 10.9 changes
This commit is contained in:
parent
196dd4c30c
commit
dd7a81410e
@ -41,7 +41,7 @@ introSkipper.d = function (msg) {
|
|||||||
introSkipper.viewShow = function () {
|
introSkipper.viewShow = function () {
|
||||||
const location = window.location.hash;
|
const location = window.location.hash;
|
||||||
introSkipper.d("Location changed to " + location);
|
introSkipper.d("Location changed to " + location);
|
||||||
if (location !== "#!/video") {
|
if (location !== "#/video") {
|
||||||
introSkipper.d("Ignoring location change");
|
introSkipper.d("Ignoring location change");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user