Tweak demo mode to use all dashboards
This commit is contained in:
parent
f0c76c1349
commit
90ca77a46a
@ -76,7 +76,7 @@ export class StartComponent implements OnInit, AfterViewChecked, OnDestroy {
|
|||||||
if (!window.demoMode) {
|
if (!window.demoMode) {
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
window.demoMode = true;
|
window.demoMode = true;
|
||||||
const paths = ['', 'acceleration', 'mining', 'graphs'];
|
const paths = ['', 'acceleration', 'mining', 'lightning'];
|
||||||
let i = 0;
|
let i = 0;
|
||||||
while ('Bitcoin is still alive') {
|
while ('Bitcoin is still alive') {
|
||||||
i = (i + 1) % paths.length;
|
i = (i + 1) % paths.length;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user