зеркало из https://github.com/mozilla/pjs.git
Bug 404976 calendar.autorefresh.timeout limit to max 3-digit numbers in options; p=philipp, r=dbo
This commit is contained in:
Родитель
bd1bc69a94
Коммит
338066c240
|
@ -132,9 +132,8 @@
|
|||
accesskey="&pref.autorefresh.accesskey;"/>
|
||||
<textbox id="refreshtimeout"
|
||||
preference="calendar.autorefresh.timeout"
|
||||
maxlength="3"
|
||||
size="3"
|
||||
oninput="validateNaturalNums(event);"/>
|
||||
oninput="validateIntegerRange(event, 1, 0x7FFFF);"/>
|
||||
<label value="&calendar.global.units.minutes;"/>
|
||||
</hbox>
|
||||
</groupbox>
|
||||
|
|
Загрузка…
Ссылка в новой задаче