Bug 114607 - set minimum number allowd to 1 in "donwload max number of headers' dialog. r=aceman
Newsgroups: Dialog for 'download max number of headers' will not appear for following subscribed NG if once set to "0"
This commit is contained in:
Родитель
e5acd97cd4
Коммит
8931834ea8
|
@ -33,7 +33,7 @@
|
|||
<textbox id="number"
|
||||
size="7"
|
||||
type="number"
|
||||
min="0"
|
||||
min="1"
|
||||
increment="10"
|
||||
aria-labelledby="some number headers"/>
|
||||
<label value="&headers.label;" accesskey="&headers.accesskey;"
|
||||
|
|
Загрузка…
Ссылка в новой задаче