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:
Jorg K 2019-06-29 00:45:05 +02:00
Родитель fb0ff0abd9
Коммит 80546598d9
1 изменённых файлов: 2 добавлений и 6 удалений

Просмотреть файл

@ -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>