mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-11 16:18:11 +00:00
bug fixes
This commit is contained in:
parent
29a57fbe14
commit
849c468275
@ -211,6 +211,18 @@ button:hover {
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
/*
|
||||
*
|
||||
* PLUGIN: jspsych-visual-search-circle
|
||||
*
|
||||
*/
|
||||
|
||||
#jspsych-visual-search-circle-svg {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
/*
|
||||
*
|
||||
* PLUGIN: jspsych-single-stim
|
||||
|
@ -78,7 +78,7 @@
|
||||
}
|
||||
|
||||
// get target to draw on
|
||||
display_element.appent($('<svg id="jspsych-visual-search-circle-svg" width=' + paper_size + ' height=' + paper_size + '></svg>'))
|
||||
display_element.append($('<svg id="jspsych-visual-search-circle-svg" width=' + paper_size + ' height=' + paper_size + '></svg>'));
|
||||
var paper = Snap('#jspsych-visual-search-circle-svg');
|
||||
|
||||
show_fixation();
|
||||
|
Loading…
Reference in New Issue
Block a user