Remove autocorrect/autocapitalise from filepaths on WebUI

This commit is contained in:
AceLewis
2019-01-25 19:01:39 +01:00
parent fc534e88a3
commit bfdd674054
4 changed files with 8 additions and 8 deletions

View File

@@ -14,7 +14,7 @@
<body>
<iframe id="download_frame" name="download_frame" class="invisible" src="javascript:false;"></iframe>
<form action="api/v2/torrents/add" enctype="multipart/form-data" method="post" id="downloadForm" style="text-align: center;" target="download_frame">
<form action="api/v2/torrents/add" enctype="multipart/form-data" method="post" id="downloadForm" style="text-align: center;" target="download_frame" autocorrect="off" autocapitalize="none">
<div style="text-align: center;">
<br/>
<h2 class="vcenter">QBT_TR(Download Torrents from their URLs or Magnet links)QBT_TR[CONTEXT=HttpServer]</h2>