typo
This commit is contained in:
parent
75e0cf519c
commit
62f69b6439
@ -35,7 +35,7 @@ class LinePinner extends Button {
|
|||||||
if (l.classList.contains("unpinned")) {
|
if (l.classList.contains("unpinned")) {
|
||||||
this.innerText = "pin";
|
this.innerText = "pin";
|
||||||
} else {
|
} else {
|
||||||
this.innerText = "upin";
|
this.innerText = "unpin";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user