Tidy comments
This commit is contained in:
parent
18659bcbfb
commit
7592fd8a0c
@ -1,7 +1,5 @@
|
||||
init()
|
||||
|
||||
/* Fetch response from {window.location.server-addr}:{port}/api/v1/ldb/validation/{stn} */
|
||||
|
||||
/* Supporting Functions */
|
||||
async function init() {
|
||||
var stn = await getQuery("stn");
|
||||
@ -44,7 +42,7 @@ async function setHeaders(title,time){
|
||||
var prefix = `OwlBoard - `
|
||||
document.title = `${prefix}${title}`
|
||||
document.getElementById("station_name").innerHTML = title
|
||||
|
||||
|
||||
}
|
||||
|
||||
async function parseLdb(data) {
|
||||
|
Reference in New Issue
Block a user