Skip to content

Commit 6d71447

Browse files
committed
get rid of quadrant fixation flanker+spatial
1 parent b2738dc commit 6d71447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flanker_with_spatial_task_switching/experiment.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ var getCue = function(){
261261
magnitude = stim.magnitude
262262
parity = stim.parity
263263

264-
return fixation_boards[whichQuadrant - 1][0] + '<div class = fixation>+</div>' + fixation_boards[whichQuadrant - 1][1]
264+
return fixation_boards[whichQuadrant - 1][0] + fixation_boards[whichQuadrant - 1][1]
265265
}
266266

267267
var getResponse = function() {

0 commit comments

Comments
 (0)