|
|
|
@ -19,10 +19,11 @@
|
|
|
|
|
<span role="alert" id="error" aria-hidden="true">Invalid URL</span>
|
|
|
|
|
|
|
|
|
|
<br><br>
|
|
|
|
|
<label for="restricted">Geo-restricted?: </label><input type="checkbox" name="restricted" id="restricted">
|
|
|
|
|
<label for="restricted">Geo-restricted?: </label> <input type="checkbox" name="restricted" id="restricted"> <span id="loadingText" style="position: relative; left: 20px;"></span>
|
|
|
|
|
<br><br>
|
|
|
|
|
<label for="radius">Radius: </label>
|
|
|
|
|
<select name="radius" id="radius">
|
|
|
|
|
<label for="radius" hidden="hidden" id="radius_label">Radius: </label> <span id="mandatory-radius" class="mandatory" hidden="hidden">*</span>
|
|
|
|
|
<select name="radius" id="radius" hidden="hidden">
|
|
|
|
|
<option value="" selected disabled hidden>Select a radius</option>
|
|
|
|
|
<option value="5">5 mi</option>
|
|
|
|
|
<option value="10">10 mi</option>
|
|
|
|
|
<option value="15">15 mi</option>
|
|
|
|
|