mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-01-11 22:40:22 +00:00
use number type for limit input in configure page
This commit is contained in:
parent
170d4693db
commit
a5aefbfbab
1 changed files with 1 additions and 1 deletions
|
|
@ -294,7 +294,7 @@ function landingTemplate(manifest, config = {}) {
|
|||
</select>
|
||||
|
||||
<label class="label" id="iLimitLabel" for="iLimit">Max results per quality:</label>
|
||||
<input type="text" id="iLimit" onchange="generateInstallLink()" class="input" placeholder="All results">
|
||||
<input type="number" id="iLimit" onchange="generateInstallLink()" class="input" placeholder="All results">
|
||||
|
||||
<label class="label" for="iDebridProviders">Debrid provider:</label>
|
||||
<select id="iDebridProviders" class="input" onchange="debridProvidersChange()">
|
||||
|
|
|
|||
Loading…
Reference in a new issue