From ba87efcb7c9cdcd1c897475a64fced2b95dee6f7 Mon Sep 17 00:00:00 2001 From: jusax23 Date: Fri, 10 Jun 2022 10:40:04 +0000 Subject: [PATCH] Update main.js --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 7f695e9..2902dc0 100644 --- a/main.js +++ b/main.js @@ -1,5 +1,5 @@ var counter = 0; -//test comment + var globalStyle = document.createElement("style"); document.head.appendChild(globalStyle);