# HG changeset patch # User Nicholas Jillings # Date 1492252580 -3600 # Node ID dfba9f1d316e38968406e3274625e50194dc6f5c # Parent 4bf08f7279fb4662d5a42fe19b2501bc88585fe8# Parent a684dc7a5327cf336eb7eb46a481f060bc68016c Merge branch 'vnext' into Dev_main diff -r 4bf08f7279fb -r dfba9f1d316e interfaces/timeline.js --- a/interfaces/timeline.js Sat Apr 15 11:24:42 2017 +0100 +++ b/interfaces/timeline.js Sat Apr 15 11:36:20 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;