Merge pull request #1809 from mozilla/fix-manage-site-list
fix space character typo in classList.add argument
This commit is contained in:
commit
8cffccccce
1 changed files with 1 additions and 1 deletions
|
@ -1189,7 +1189,7 @@ Logic.registerPanel(P_CONTAINER_ASSIGNMENTS, {
|
|||
delete assignments[siteKey];
|
||||
this.showAssignedContainers(assignments);
|
||||
});
|
||||
trElement.classList.add("menu-item", "hover-highlight", " keyboard-nav");
|
||||
trElement.classList.add("menu-item", "hover-highlight", "keyboard-nav");
|
||||
tableElement.appendChild(trElement);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue