From 376d4a19dd3ef839c1fa52f0636a895bbd2d19d8 Mon Sep 17 00:00:00 2001 From: turtlebasket Date: Wed, 30 Mar 2022 02:50:46 -0700 Subject: [PATCH] remove old comment --- profileViews.js | 1 - 1 file changed, 1 deletion(-) diff --git a/profileViews.js b/profileViews.js index 843c72e..a864f7d 100644 --- a/profileViews.js +++ b/profileViews.js @@ -41,7 +41,6 @@ for (let line of docStr.split('\n')) { } } -// create button let list = document.createElement("div") list.style.padding = "18px" list.style.backgroundColor = "lightgray"