Skip to content

Commit

Permalink
Fixed intermission not showing next runs
Browse files Browse the repository at this point in the history
  • Loading branch information
nicnacnic authored Apr 20, 2021
1 parent 16b463f commit 21d750c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphics/js/layouts/intermission.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'use strict';
const speedcontrolBundle = 'nodecg-speedcontrol';

$(() => {
let runDataActiveRun = nodecg.Replicant('runDataActiveRun', speedcontrolBundle);
let runDataArray = nodecg.Replicant('runDataArray', speedcontrolBundle);
Expand Down

0 comments on commit 21d750c

Please sign in to comment.