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

Display of url specific settings did not work properly

For #271
This commit is contained in:
kkapsner 2019-07-14 10:53:23 +02:00
parent ca6d421153
commit 6fb0f946af
3 changed files with 3 additions and 2 deletions

View file

@ -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";