Use a static label for the button

Trac: 31685
This commit is contained in:
Arlo Breault 2019-09-27 18:50:24 -04:00
parent a5071ec1d6
commit 36eb07a6fc
5 changed files with 3 additions and 13 deletions

View file

@ -35,9 +35,6 @@ class Popup {
setChecked(checked) {
document.getElementById('enabled').checked = checked;
}
setToggleText(txt) {
document.getElementById('toggle').innerText = txt;
}
static fill(n, func) {
switch(n.nodeType) {
case 3: { // Node.TEXT_NODE