mirror of
https://github.com/timendum/Youtube-dl-WebUI.git
synced 2025-03-01 16:13:35 +08:00
Added 'required' attribute
This prevents user from sending empty value.
This commit is contained in:
parent
fd868e4e72
commit
9cc7af4fdd
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
||||||
<form id="download-form" class="form-horizontal" action="index.php" method="post">
|
<form id="download-form" class="form-horizontal" action="index.php" method="post">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<div class="col-md-10">
|
<div class="col-md-10">
|
||||||
<input class="form-control" id="url" name="urls" placeholder="Link(s) separated by a comma" type="text">
|
<input class="form-control" id="url" name="urls" placeholder="Link(s) separated by a comma" type="text" required>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-2">
|
<div class="col-md-2">
|
||||||
<div class="checkbox">
|
<div class="checkbox">
|
||||||
|
|
Loading…
Reference in a new issue