Mercurial > hg > webaudioevaluationtool
comparison interfaces/horizontal-sliders.js @ 3035:1620cbee9111
Implemented #218 in all interfaces
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Tue, 26 Sep 2017 10:15:39 +0100 |
parents | 166c5aef020c |
children | 91d923c51e90 |
comparison
equal
deleted
inserted
replaced
3034:49eca76782d2 | 3035:1620cbee9111 |
---|---|
463 return; | 463 return; |
464 } | 464 } |
465 if (interfaceContext.checkFragmentMinPlays() === false) { | 465 if (interfaceContext.checkFragmentMinPlays() === false) { |
466 return; | 466 return; |
467 } | 467 } |
468 if (interfaceContext.checkCommentQuestions() === false) { | |
469 return; | |
470 } | |
468 | 471 |
469 for (var i = 0; i < checks.length; i++) { | 472 for (var i = 0; i < checks.length; i++) { |
470 var checkState = true; | 473 var checkState = true; |
471 if (checks[i].type == 'check') { | 474 if (checks[i].type == 'check') { |
472 switch (checks[i].name) { | 475 switch (checks[i].name) { |