diff options
author | B. Stack <bgstack15@gmail.com> | 2022-05-26 17:46:05 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-05-26 17:46:05 -0400 |
commit | 6328505804224fb551bf84068afde4ea58132ea9 (patch) | |
tree | ab8a958a7a28bf66c6d46a507c159669a35aa4db /radicale_infcloud/web/index.html | |
parent | disable stub upload stuff (diff) | |
download | radicaleinfcloud-6328505804224fb551bf84068afde4ea58132ea9.tar.gz radicaleinfcloud-6328505804224fb551bf84068afde4ea58132ea9.tar.bz2 radicaleinfcloud-6328505804224fb551bf84068afde4ea58132ea9.zip |
make keyboard navigation easier
Diffstat (limited to 'radicale_infcloud/web/index.html')
-rw-r--r-- | radicale_infcloud/web/index.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/radicale_infcloud/web/index.html b/radicale_infcloud/web/index.html index 26ee0d5..39b8583 100644 --- a/radicale_infcloud/web/index.html +++ b/radicale_infcloud/web/index.html @@ -93,10 +93,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. </td> </tr> <tr> - <td><img data-type="system_login" alt="login" title="login" src="images/login.svg" onclick="if(event.shiftKey) ignoreServerSettings=true; $(this).closest('form').find('[type=\'submit\']').click();" /></td> - </tr> - <tr style="display:none"> - <td><input type="submit" /></td> + <td><input type="image" data-type="system_login" alt="login" title="login" src="images/login.svg" onclick="if(event.shiftKey) ignoreServerSettings=true; $(this).closest('form').find('[type=\'submit\']').click();" /></td> </tr> </table> </form> |