Update 'frontend.js'
This commit is contained in:
parent
04a521fe97
commit
44b926e6f3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue