Bug 1562326 - Remove observers from radio biffMinutes/biffDays so that radio buttons show up again. r=me
Follow-up to bug 1543771 where observers were removed in feed-subscriptions.xul already.
This commit is contained in:
Родитель
fb0ff0abd9
Коммит
80546598d9
|
@ -74,13 +74,9 @@
|
|||
orient="horizontal"
|
||||
oncommand="setPrefs(this)">
|
||||
<radio id="biffMinutes" value="min" label="&biffMinutes.label;"
|
||||
accesskey="&biffMinutes.accesskey;">
|
||||
<observes element="updateValue" attribute="disabled"/>
|
||||
</radio>
|
||||
accesskey="&biffMinutes.accesskey;"/>
|
||||
<radio id="biffDays" value="d" label="&biffDays.label;"
|
||||
accesskey="&biffDays.accesskey;">
|
||||
<observes element="updateValue" attribute="disabled"/>
|
||||
</radio>
|
||||
accesskey="&biffDays.accesskey;"/>
|
||||
</radiogroup>
|
||||
</hbox>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче