Skip to content

Commit b2738dc

Browse files
committed
rid of quadrant fixation stop+spatial
1 parent e77178a commit b2738dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stop_signal_with_spatial_task_switching/experiment.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ var getCue = function(){
309309
magnitude = stim.magnitude
310310
parity = stim.parity
311311

312-
return stop_boards[whichQuadrant - 1][0] + '<div class = fixation>+</div>' + stop_boards[whichQuadrant - 1][1]
312+
return stop_boards[whichQuadrant - 1][0] + stop_boards[whichQuadrant - 1][1]
313313
}
314314

315315
function getSSD(){

0 commit comments

Comments
 (0)