Skip to content

Commit

Permalink
Update jspsych-extension-mouse-tracking.html
Browse files Browse the repository at this point in the history
The const `start` has been removed in the previous commit, and does not seem to be currently required to run the demo (i.e., the reference to it raises "Uncaught ReferenceError:".
  • Loading branch information
EitanHemed authored Oct 11, 2024
1 parent a411b88 commit ee84232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/jspsych-extension-mouse-tracking.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
};

if (typeof jsPsych !== "undefined") {
jsPsych.run([start, trial_loop]);
jsPsych.run([trial_loop]);
} else {
document.body.innerHTML = '<div style="text-align:center; margin-top:50%; transform:translate(0,-50%);">You must be online to view the plugin demo.</div>';
}
Expand Down

0 comments on commit ee84232

Please sign in to comment.