Misc. changes
This commit is contained in:
@ -66,8 +66,8 @@ switch ($mode) {
|
||||
break;
|
||||
case 'phase':
|
||||
$template = 'change.html.twig';
|
||||
$variables['imageWithElement'] = 'img/'.$phase.'-with.png';
|
||||
$variables['imageWithoutElement'] = 'img/'.$phase.'-without.png';
|
||||
$variables['imageWithElement'] = 'img/'.$phase.'-with.jpg';
|
||||
$variables['imageWithoutElement'] = 'img/'.$phase.'-without.jpg';
|
||||
$variables['step_count'] = $index;
|
||||
// Store the participant ID with some simple validation to prevent SQL injection
|
||||
if (isset($_POST['participantid'])) {
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Script settings.
|
||||
var slideDuration = 500;
|
||||
var blankDuration = 200;
|
||||
var slideDuration = 600;
|
||||
var blankDuration = 400;
|
||||
|
||||
// Script internals.
|
||||
var $currentSlide;
|
||||
|
Reference in New Issue
Block a user