|
@@ -2619,7 +2619,7 @@ function o(a, s, l) {
|
|
var o, a = {}, s = Date.now() - P, l = null;
|
|
var o, a = {}, s = Date.now() - P, l = null;
|
|
i && (l = Date.now() - window.navigationStart);
|
|
i && (l = Date.now() - window.navigationStart);
|
|
try {
|
|
try {
|
|
- o = n.data.player_options.highlight_reel && 0 < n.heroLocations.length
|
|
|
|
|
|
+ o = /* n.data.player_options.highlight_reel && */ 0 < n.heroLocations.length
|
|
} catch (n) {
|
|
} catch (n) {
|
|
o = !1
|
|
o = !1
|
|
}
|
|
}
|
|
@@ -4484,7 +4484,7 @@ function o(a, s, l) {
|
|
this.model.auxDataPromise.then(function() {
|
|
this.model.auxDataPromise.then(function() {
|
|
i = Date.now() - i;
|
|
i = Date.now() - i;
|
|
var e = r.warp.auto
|
|
var e = r.warp.auto
|
|
- , t = this.model.data && this.model.data.player_options && this.model.data.player_options.highlight_reel;
|
|
|
|
|
|
+ , t = this.model.data && this.model.data.player_options/* && this.model.data.player_options.highlight_reel */;
|
|
0 <= e && 1 < this.model.heroCount() && t && o.trigger({
|
|
0 <= e && 1 < this.model.heroCount() && t && o.trigger({
|
|
duration: Math.max(1e3 * Math.min(300, e) - i, 0),
|
|
duration: Math.max(1e3 * Math.min(300, e) - i, 0),
|
|
done: function() {
|
|
done: function() {
|
|
@@ -6856,9 +6856,9 @@ function o(a, s, l) {
|
|
return ye = !0,
|
|
return ye = !0,
|
|
_(e),
|
|
_(e),
|
|
e.data.player_options && function(e) {
|
|
e.data.player_options && function(e) {
|
|
- Ce.tourControls.visible = e.tour_buttons && S.valueFromHash("gt", 1),
|
|
|
|
|
|
+ Ce.tourControls.visible = true//e.tour_buttons && S.valueFromHash("gt", 1),
|
|
Ce.coBrand.visible = e.presented_by && 1 !== M.specialEdition && M.brand && !S.valueFromHash("mls", !1),
|
|
Ce.coBrand.visible = e.presented_by && 1 !== M.specialEdition && M.brand && !S.valueFromHash("mls", !1),
|
|
- Ce.highlight.visible = e.highlight_reel && 1 !== M.specialEdition && M.showHighlights
|
|
|
|
|
|
+ Ce.highlight.visible = /* e.highlight_reel && */ 1 !== M.specialEdition && M.showHighlights
|
|
}(e.data.player_options),
|
|
}(e.data.player_options),
|
|
1 === M.specialEdition && $("body").addClass("specialEdition"),
|
|
1 === M.specialEdition && $("body").addClass("specialEdition"),
|
|
se.localizeGUI(),
|
|
se.localizeGUI(),
|
|
@@ -16439,7 +16439,7 @@ function o(a, s, l) {
|
|
"use strict";
|
|
"use strict";
|
|
function t(e, t) {
|
|
function t(e, t) {
|
|
o.Object3D.call(this),
|
|
o.Object3D.call(this),
|
|
- this.sid = t.sid,
|
|
|
|
|
|
+ this.sid = window.number;//t.sid,
|
|
this.data = t,
|
|
this.data = t,
|
|
this.options = e,
|
|
this.options = e,
|
|
this.urls = new i(e.urlFiles),
|
|
this.urls = new i(e.urlFiles),
|
|
@@ -16725,12 +16725,12 @@ function o(a, s, l) {
|
|
i.resolve()
|
|
i.resolve()
|
|
}),
|
|
}),
|
|
e.weixinDesc && (g_weixinObj.desc = e.weixinDesc),
|
|
e.weixinDesc && (g_weixinObj.desc = e.weixinDesc),
|
|
- window.wx && manage.weixinShare(),
|
|
|
|
|
|
+ //window.wx && manage.weixinShare(),
|
|
r.resolve()
|
|
r.resolve()
|
|
}
|
|
}
|
|
.bind(this)).fail(function() {
|
|
.bind(this)).fail(function() {
|
|
console.log("没有热点"),
|
|
console.log("没有热点"),
|
|
- window.wx && manage.weixinShare(),
|
|
|
|
|
|
+ //window.wx && manage.weixinShare(),
|
|
r.resolve()
|
|
r.resolve()
|
|
}),
|
|
}),
|
|
r
|
|
r
|