Skip to content

Commit

Permalink
Update options.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Janokisu committed Dec 31, 2021
1 parent 78986db commit b9a58be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<tr><td data-i18n="username"></td><td><input id="username" type="text" placeholder="username" tabindex="1"></td><td id="login_test" rowspan="2">???</td><td rowspan="2"><input id="test_login" type="button" data-i18n="test_login" tabindex="3"></td></tr>
<tr><td data-i18n="password"></td><td><input id="password" type="password" placeholder="password" tabindex="2"></td></tr>
<tr><td>&nbsp; </td></tr>
<tr><td data-i18n="python"></td><td><a href="" data-i18n="download" id="download" download></a><br>
<tr><td data-i18n="python"></td><td><a href="" target="_blank" rel="noopener" data-i18n="download" id="download"></a><br>
<a href="help/help.html" target="_blank" rel="noopener" id="help" data-i18n="help"></a></td><td id="py_test">???</td><td><input id="test_python" type="button" data-i18n="test_python"></td></tr>
<tr><td>&nbsp; </td></tr>
<tr><td data-i18n="dial"></td><td></td><td id="dial_test">???</td><td><input id="test_dial" type="button" data-i18n="test_dial"></td></tr>
Expand Down

0 comments on commit b9a58be

Please sign in to comment.