mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
parent
ca6d421153
commit
6fb0f946af
3 changed files with 3 additions and 2 deletions
|
@ -310,6 +310,7 @@
|
|||
|
||||
const addSection = function addSection(name){
|
||||
const body = document.createElement("tbody");
|
||||
body.className = "sectionBody";
|
||||
if (name){
|
||||
const row = document.createElement("tr");
|
||||
row.className = "section";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue