Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

Commit

Permalink
feat(benchmark): change samples input type from range to text
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbcross committed Jun 12, 2014
1 parent 9651c87 commit 387933d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/web/tree.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
Select number of samples to collect and average:
<span id="sampleRangeValue"></span>
</label>
<input id="sampleRange" type="range" min="1" max="100">
<input id="sampleRange" type="text">
</div>
</form>
<div class="btn-group">
Expand Down

0 comments on commit 387933d

Please sign in to comment.