mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
bug fix palmer
This commit is contained in:
parent
7ce2f70201
commit
6ef6bb33a0
@ -188,7 +188,7 @@
|
||||
// is a 1 in the array.
|
||||
function showConfiguration(configuration) {
|
||||
for (var i = 0; i < configuration.length; i++) {
|
||||
if (configuration[i] == 1) {
|
||||
if (configuration[i] != lineIsVisible[i]) {
|
||||
toggle_line(i);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user