mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-12 16:48:12 +00:00
to show CI error
This commit is contained in:
parent
518f04f2bd
commit
b8eea1e26b
@ -93,7 +93,7 @@ jsPsych.plugins["single-stim"] = (function() {
|
|||||||
new_html += trial.prompt;
|
new_html += trial.prompt;
|
||||||
|
|
||||||
// draw
|
// draw
|
||||||
display_element.innerHTML = new_html;
|
display_element.innerHTL = new_html;
|
||||||
|
|
||||||
// store response
|
// store response
|
||||||
var response = {
|
var response = {
|
||||||
|
Loading…
Reference in New Issue
Block a user