|
@@ -5504,7 +5504,7 @@ window.Modernizr = function(n, e, t) {
|
|
|
var i = function() {
|
|
|
s.setTimeout(function() {
|
|
|
this.setDestinationItem(e),
|
|
|
- this.goToDestination(!0, g.BEGINNING, a.warp.warpInterruptionRedirectTime, !1)
|
|
|
+ this.goToDestination(o.dontStop ? !1: !0, g.BEGINNING, a.warp.warpInterruptionRedirectTime,o.dontStop ? !0: !1)
|
|
|
o.callback && o.callback()//add
|
|
|
}
|
|
|
.bind(this), 0)
|
|
@@ -5763,7 +5763,8 @@ window.Modernizr = function(n, e, t) {
|
|
|
}else{
|
|
|
this.redirectToItem(e, "goToHighlight", {callback:()=>{
|
|
|
this.tourIsPlaying = !0
|
|
|
- }});
|
|
|
+ }, dontStop:true
|
|
|
+ });
|
|
|
|
|
|
console.log('redirectToItem')
|
|
|
}
|