changeset 2759:dfba9f1d316e

Merge branch 'vnext' into Dev_main
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Sat, 15 Apr 2017 11:36:20 +0100
parents 4bf08f7279fb (current diff) a684dc7a5327 (diff)
children 9c3f50d6e544
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;