1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-04 20:46:39 +02:00

Typos and linting

This commit is contained in:
kkapsner 2018-08-22 22:16:49 +02:00
parent f873bd84e5
commit 4a043b2c78
16 changed files with 101 additions and 75 deletions

View file

@ -49,7 +49,7 @@
DomainNotification.prototype.node = function node(){
const node = document.createElement("li");
node.className = "domainPrints collapsable collapsed";
node.className = "domainPrints collapsible collapsed";
node.appendChild(this.textNode());
node.appendChild(document.createElement("br"));
createCollapser(node);