From 44b926e6f3cdcb104cb9d879f10ea2f9a8a11d8e Mon Sep 17 00:00:00 2001 From: Maxwell Drake Date: Sun, 7 Apr 2024 20:52:32 +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 dd2cd97..faa9849 100644 --- a/frontend.js +++ b/frontend.js @@ -5,7 +5,7 @@ // Functions for commonly used elements // get element by id function getElementById(el) { - document.getElementById(el) + return document.getElementById(el) } //Convert markdown to HTML and back