Loading app/public/css/styles.css +0 −1 Original line number Original line Diff line number Diff line Loading @@ -35,7 +35,6 @@ button.next:disabled { position: fixed; position: fixed; width: 100%; width: 100%; z-index: 1200; z-index: 1200; background: var(--white); } } #top-banner { #top-banner { background: var(--top-banner-color); background: var(--top-banner-color); Loading app/src/viewManager.js +1 −1 Original line number Original line Diff line number Diff line Loading @@ -17,7 +17,7 @@ export default class ViewManager { this.ErrorManager = ErrorManager; this.ErrorManager = ErrorManager; this.controller = new Controller(); this.controller = new Controller(); this.downloadChoiceEnabled = this.downloadChoiceEnabled = new URLSearchParams(window.location.search).get("download") === "0"; new URLSearchParams(window.location.search).get("debug") === "1"; this.controller.setDownloadChoiceEnabled(this.downloadChoiceEnabled); this.controller.setDownloadChoiceEnabled(this.downloadChoiceEnabled); await this.controller.init(this); await this.controller.init(this); this.translationManager = new TranslationManager(); this.translationManager = new TranslationManager(); Loading Loading
app/public/css/styles.css +0 −1 Original line number Original line Diff line number Diff line Loading @@ -35,7 +35,6 @@ button.next:disabled { position: fixed; position: fixed; width: 100%; width: 100%; z-index: 1200; z-index: 1200; background: var(--white); } } #top-banner { #top-banner { background: var(--top-banner-color); background: var(--top-banner-color); Loading
app/src/viewManager.js +1 −1 Original line number Original line Diff line number Diff line Loading @@ -17,7 +17,7 @@ export default class ViewManager { this.ErrorManager = ErrorManager; this.ErrorManager = ErrorManager; this.controller = new Controller(); this.controller = new Controller(); this.downloadChoiceEnabled = this.downloadChoiceEnabled = new URLSearchParams(window.location.search).get("download") === "0"; new URLSearchParams(window.location.search).get("debug") === "1"; this.controller.setDownloadChoiceEnabled(this.downloadChoiceEnabled); this.controller.setDownloadChoiceEnabled(this.downloadChoiceEnabled); await this.controller.init(this); await this.controller.init(this); this.translationManager = new TranslationManager(); this.translationManager = new TranslationManager(); Loading