mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-26 22:48:47 +00:00
Issue #2532 - Default pref check to true
This commit is contained in:
@@ -321,7 +321,7 @@ HTMLFormElement::ParseAttribute(int32_t aNamespaceID,
|
||||
{
|
||||
if (aNamespaceID == kNameSpaceID_None) {
|
||||
if (aAttribute == nsGkAtoms::method) {
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user