Mercurial > hg > webaudioevaluationtool
changeset 2724:a684dc7a5327
#185 fix
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Sat, 15 Apr 2017 11:35:59 +0100 |
parents | 2e1cafe93c78 |
children | 9c01d5dd22a2 dfba9f1d316e |
files | interfaces/timeline.js |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;