# HG changeset patch # User Nicholas Jillings # Date 1492252559 -3600 # Node ID a684dc7a5327cf336eb7eb46a481f060bc68016c # Parent 2e1cafe93c7883e062006da0a9ef255a71d8692b #185 fix diff -r 2e1cafe93c78 -r a684dc7a5327 interfaces/timeline.js --- a/interfaces/timeline.js Sat Apr 15 11:23:25 2017 +0100 +++ b/interfaces/timeline.js Sat Apr 15 11:35:59 2017 +0100 @@ -474,7 +474,7 @@ interfaceContext.lightbox.post("Warning", 'You have not started the test! Please click play on a sample to begin the test!'); return; } - var checks = testState.currentStateMap.interfaces[0], + var checks = testState.currentStateMap.interfaces[0].options, canContinue = true; for (var i = 0; i < checks.length; i++) { var checkState = true;