mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 02:57:38 +00:00
Persist checkbox to block domain in the cookie manager.
bug 75119, r=biesi, sr=alecf
This commit is contained in:
parent
b4649d6de7
commit
28d420076e
@ -145,7 +145,7 @@
|
||||
</hbox>
|
||||
<separator class="thin"/>
|
||||
<hbox align="start">
|
||||
<checkbox id="checkbox" label="&checkbox.label;" />
|
||||
<checkbox id="checkbox" label="&checkbox.label;" persist="checked"/>
|
||||
</hbox>
|
||||
</vbox>
|
||||
|
||||
|
@ -145,7 +145,7 @@
|
||||
</hbox>
|
||||
<separator class="thin"/>
|
||||
<hbox align="start">
|
||||
<checkbox id="checkbox" label="&checkbox.label;" />
|
||||
<checkbox id="checkbox" label="&checkbox.label;" persist="checked"/>
|
||||
</hbox>
|
||||
</vbox>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user