Update 'frontend.js'

This commit is contained in:
Maxwell Drake 2024-04-07 20:52:32 +00:00
parent 04a521fe97
commit 44b926e6f3

View file

@ -5,7 +5,7 @@
// Functions for commonly used elements // Functions for commonly used elements
// get element by id // get element by id
function getElementById(el) { function getElementById(el) {
document.getElementById(el) return document.getElementById(el)
} }
//Convert markdown to HTML and back //Convert markdown to HTML and back