mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-13 09:08:13 +00:00
bug fix other "
This commit is contained in:
parent
05df09502e
commit
655d5cef91
@ -129,7 +129,7 @@
|
|||||||
display_element.append($('<div>', {
|
display_element.append($('<div>', {
|
||||||
"id": 'jspsych-categorize-stimulus',
|
"id": 'jspsych-categorize-stimulus',
|
||||||
"class": 'jspsych-categorize-stimulus',
|
"class": 'jspsych-categorize-stimulus',
|
||||||
"html: trial.a_path
|
"html": trial.a_path
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user