$() func was made into an arrow func.
This commit is contained in:
parent
bc9437cd2c
commit
28c2cf21a0
@ -1,4 +1,4 @@
|
|||||||
function $(id) { return document.getElementById(id); }
|
const $ = id => document.getElementById(id);
|
||||||
|
|
||||||
function updateRadioStatus() {
|
function updateRadioStatus() {
|
||||||
fetch("/status")
|
fetch("/status")
|
||||||
|
Loading…
Reference in New Issue
Block a user