Commit 4662577d authored by Andrew Vu's avatar Andrew Vu

Update html/tTraceTest8.js

parent c4c39bda
/********************
/********************
* Ttracetest8 Test *
********************/
......@@ -131,6 +131,7 @@ var trialTextF;
var trialTextG;
var trialTextH;
var globalClock;
var line;
var routineTimer;
function experimentInit() {
// Initialize components for Routine "setup"
......@@ -600,6 +601,7 @@ function setupRoutineEnd(trials) {
for (const thisComponent of setupComponents) {
if (typeof thisComponent.setAutoDraw === 'function') {
thisComponent.setAutoDraw(false);
line.setAutoDraw(false)
}
}
// the Routine "setup" was not non-slip safe, so reset the non-slip timer
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment