mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-12 16:48:12 +00:00
change css info
This commit is contained in:
parent
bd5a97fee2
commit
c7e4050e94
@ -62,9 +62,9 @@
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
display_element.append($('<div>', {
|
display_element.append($('<div>', {
|
||||||
id: 'jspsych-categorize-stimulus',
|
"id": 'jspsych-categorize-stimulus',
|
||||||
"class": 'cat',
|
"class": 'jspsych-categorize-stimulus',
|
||||||
html: trial.a_path
|
"html: trial.a_path
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -128,8 +128,8 @@
|
|||||||
else {
|
else {
|
||||||
display_element.append($('<div>', {
|
display_element.append($('<div>', {
|
||||||
"id": 'jspsych-categorize-stimulus',
|
"id": 'jspsych-categorize-stimulus',
|
||||||
"class": 'cat',
|
"class": 'jspsych-categorize-stimulus',
|
||||||
"html": trial.a_path
|
"html: trial.a_path
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user