remove old comment

This commit is contained in:
2022-03-30 02:50:46 -07:00
parent 8f57cf5526
commit 376d4a19dd

View File

@@ -41,7 +41,6 @@ for (let line of docStr.split('\n')) {
} }
} }
// create button
let list = document.createElement("div") let list = document.createElement("div")
list.style.padding = "18px" list.style.padding = "18px"
list.style.backgroundColor = "lightgray" list.style.backgroundColor = "lightgray"