mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-16 01:13:08 +09:00
Issue #2532 - Default pref check to true
This commit is contained in:
parent
6ee3f46900
commit
f598fe63cd
3 changed files with 3 additions and 3 deletions
|
|
@ -187,7 +187,7 @@ HTMLButtonElement::ParseAttribute(int32_t aNamespaceID,
|
|||
}
|
||||
|
||||
if (aAttribute == nsGkAtoms::formmethod) {
|
||||
if (Preferences::GetBool("dom.dialog_element.enabled", false)) {
|
||||
if (Preferences::GetBool("dom.dialog_element.enabled", true)) {
|
||||
return aResult.ParseEnumValue(aValue, kFormMethodTableDialogEnabled, false);
|
||||
}
|
||||
return aResult.ParseEnumValue(aValue, kFormMethodTable, false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue