Skip to content

Commit

Permalink
Merge pull request #15 from dragonhaert/feat-lang-models
Browse files Browse the repository at this point in the history
clean up
  • Loading branch information
dragonhaert authored Jan 4, 2024
2 parents cc5fc79 + 55cd34a commit b92372f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<label>Keys per Second: </label><label id="kps"></label>
</div>
<div>
<input id="target" disabled dir="rtl" lang="ar">
<input id="input" type="text" dir="rtl" lang="ar">
<input id="target" disabled>
<input id="input" type="text">
</div>
<div>
<select id="lang"></select>
Expand Down

0 comments on commit b92372f

Please sign in to comment.