Backed out changeset 76c5afdda762 (bug 1830679) for causing xpcshell failures on test_VariablesView_filtering-without-controller.js. CLOSED TREE

This commit is contained in:
Iulian Moraru
2023-06-12 22:03:43 +03:00
parent b96ac5edfa
commit ff572127aa
38 changed files with 190 additions and 165 deletions

View File

@@ -644,7 +644,7 @@ const PanelUI = {
// their localization IDs are set on "appmenu-data-l10n-id" attributes.
let l10nId = node.getAttribute("appmenu-data-l10n-id");
if (l10nId) {
document.l10n.setAttributes(button, l10nId);
button.setAttribute("data-l10n-id", l10nId);
}
if (node.id) {