mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-12 08:38:11 +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;
|
||||
|
||||
// draw
|
||||
display_element.innerHTML = new_html;
|
||||
display_element.innerHTL = new_html;
|
||||
|
||||
// store response
|
||||
var response = {
|
||||
|
Loading…
Reference in New Issue
Block a user