mirror of
https://github.com/transmission/transmission
synced 2025-01-31 03:12:44 +00:00
Disable browser to autocomplete on torrent url field
It disrupts the view and I can't come up a daily usage scenario that needs to utilize autocomplete function.
This commit is contained in:
parent
81c9653383
commit
f21c9109ee
1 changed files with 1 additions and 1 deletions
|
@ -372,7 +372,7 @@
|
|||
<div class="dialog_logo" id="upload_dialog_logo"></div>
|
||||
<h2 class="dialog_heading">Upload Torrent Files</h2>
|
||||
<form action="#" method="post" id="torrent_upload_form"
|
||||
enctype="multipart/form-data" target="torrent_upload_frame">
|
||||
enctype="multipart/form-data" target="torrent_upload_frame" autocomplete="off">
|
||||
<div class="dialog_message">
|
||||
<label for="torrent_upload_file">Please select a torrent file to upload:</label>
|
||||
<input type="file" name="torrent_files[]" id="torrent_upload_file" multiple="multiple" />
|
||||
|
|
Loading…
Reference in a new issue