Skip to content

Commit 0764b94

Browse files
committed
compiled
1 parent f799922 commit 0764b94

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

v5-unity/build/opt-live.bundle.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25123,9 +25123,11 @@ var OptLiveFrontend = (function (_super) {
2512325123
});
2512425124
return _this;
2512525125
}
25126-
OptLiveFrontend.prototype.parseQueryString = function () {
25127-
_super.prototype.parseQueryString.call(this); // call super first!
25128-
$("#eurekaSurveyPane,#surveyPane,#liveModeHeader").hide();
25126+
OptLiveFrontend.prototype.demoModeChanged = function () {
25127+
_super.prototype.demoModeChanged.call(this); // call first
25128+
if (this.demoMode) {
25129+
$("#eurekaSurveyPane,#surveyPane,#liveModeHeader").hide();
25130+
}
2512925131
};
2513025132
// override verison in opt-frontend.ts
2513125133
OptLiveFrontend.prototype.setAceMode = function () {

v5-unity/live.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<!-- let Webpack take care of everything. Use the [hash] feature to
1717
create unique filenames for releases:
1818
https://webpack.github.io/docs/long-term-caching.html -->
19-
<script type="text/javascript" src="build/opt-live.bundle.js?25d5742a7a" charset="utf-8"></script>
19+
<script type="text/javascript" src="build/opt-live.bundle.js?86c9ef6fe3" charset="utf-8"></script>
2020

2121
<!-- insert google-analytics.txt contents here -->
2222

0 commit comments

Comments
 (0)