File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff 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 () {
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments