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