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