Skip to content

Commit

Permalink
Merge pull request #11154 from ClemPera/patch-1
Browse files Browse the repository at this point in the history
Remove max character limit of location path
  • Loading branch information
Chocobo1 committed Sep 7, 2019
2 parents ee0f38a + f42b10f commit f3b4fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/www/private/setlocation.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<body>
<div style="padding: 10px 10px 0px 10px;">
<p style="font-weight: bold;">QBT_TR(Location)QBT_TR[CONTEXT=TransferListWidget]:</p>
<input type="text" id="setLocation" value="" maxlength="100" autocorrect="off" autocapitalize="none" style="width: 370px;" />
<input type="text" id="setLocation" value="" autocorrect="off" autocapitalize="none" style="width: 370px;" />
<div style="float: none; width: 370px;" id="error_div">&nbsp;</div>
<div style="text-align: center; padding-top: 10px;">
<input type="button" value="QBT_TR(Save)QBT_TR[CONTEXT=HttpServer]" id="setLocationButton" />
Expand Down

0 comments on commit f3b4fb8

Please sign in to comment.