зеркало из https://github.com/mozilla/pjs.git
[XForms] Use onsyncfrompreference instead of onpreferenceread in UI. Bug 301801, r=doronr+smaug, a=mkaply, NPOTB
This commit is contained in:
Родитель
eaa495635e
Коммит
ec59b4e87b
|
@ -60,7 +60,7 @@
|
|||
<checkbox id="xformsCrossDomain" preference="xforms.crossdomain.enabled"
|
||||
label="&xforms.crossdomain.ui.label;"
|
||||
accesskey="&xforms.crossdomain.ui.accesskey;"
|
||||
onpreferenceread="return gContentPane.updateButtons('xformsCrossDomainButton', 'xforms.crossdomain.enabled');"/>
|
||||
onsyncfrompreference="return gContentPane.updateButtons('xformsCrossDomainButton', 'xforms.crossdomain.enabled');"/>
|
||||
</vbox>
|
||||
<button id="xformsCrossDomainButton"
|
||||
label="&allowedSitesXForms.label;"
|
||||
|
|
Загрузка…
Ссылка в новой задаче