Skip to content

Commit 451c2a0

Browse files
author
cbiselli
committed
fix
1 parent 4e55e69 commit 451c2a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/experiments.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ function observationHTML($parts)
447447
<p class="exps-runcount">
448448
<label>
449449
Experiment Runs:
450-
<input type="hidden" name="fvonly" value="true" required="">
450+
<input type="hidden" name="fvonly" value="1" required="">
451451
<input type="number" min="1" max="9" class="text short" name="runs" value="<?php echo $numRuns; ?>" required="">
452452
<b class="exps-runcount-total"></b> <small>Each experiment run uses 2 test runs (1 experiment, 1 control) for first view</small>
453453
</label>

0 commit comments

Comments
 (0)