Skip to content

Commit 80fbc12

Browse files
authored
Merge pull request #10 from sauravhathi/feature
time 0.5 pt
2 parents f67d160 + fd90097 commit 80fbc12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

popup/popup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</div>
2424
<div class="input_group">
2525
<label class="ex-label" for="time">Time</label>
26-
<input type="range" id="time" min="0.5" max="10" value="1.5" step="0.5" />
26+
<input type="range" id="time" min="0.5" max="10" value="0.5" step="0.5" />
2727
<span id="time_value">0</span>
2828
</div>
2929
<div class="btn-group">

0 commit comments

Comments
 (0)