change css info

This commit is contained in:
Josh de Leeuw 2014-07-04 16:57:28 -04:00
parent bd5a97fee2
commit c7e4050e94

View File

@ -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
})); }));
} }
} }