From cd89c6aad524e3af3a66e84cd1d1092c8673a6d9 Mon Sep 17 00:00:00 2001 From: nodemixaholic Date: Sun, 31 Mar 2024 21:47:01 +0000 Subject: [PATCH] Update 'frontend.js' --- frontend.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend.js b/frontend.js index 667a098..f024d39 100644 --- a/frontend.js +++ b/frontend.js @@ -109,7 +109,7 @@ function createParagraph(elementID, text) { return elem } -function initBody() { +function createBody() { createElement("body", "body") }