mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
Typos and linting
This commit is contained in:
parent
f873bd84e5
commit
4a043b2c78
16 changed files with 101 additions and 75 deletions
|
@ -25,7 +25,7 @@
|
|||
node.appendChild(document.createTextNode(this.timestamp.toLocaleString() + ": "));
|
||||
node.appendChild(this.textNode());
|
||||
if (this.dataURL){
|
||||
node.className = "notification collapsable collapsed";
|
||||
node.className = "notification collapsible collapsed";
|
||||
node.appendChild(document.createElement("br"));
|
||||
createCollapser(node);
|
||||
const img = document.createElement("img");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue