Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h5 id="speak-on-click-text" class="locale"> Speak What I click </h5>
<br>
<label>
<h3 id="lang_rate" class="locale"> Speaking rate: <span id="iwords">0</span> <span id="lang_wpm" class="locale">words per minute</span> </h3>
<input id="irate" type="range" min="0.1" max="2" value="1" step="0.01">
<input id="irate" type="range" min="0.1" max="4" value="1" step="0.01">
</label>
<br>

Expand Down Expand Up @@ -76,4 +76,4 @@ <h3 class="locale"> Speaking volume: <span id="volume-value">0</span></h3>
<!-- endbuild -->
</body>

</html>
</html>