Autorefresh

public/javascripts/datetiume.js
   - added parameter 'params'
   - refresh all graphics aftter refreshrate

public/javascripts/global.js
   - call showDate with params
This commit is contained in:
rxf
2023-05-24 23:00:15 +02:00
parent 3921a889a2
commit b485c08227
4 changed files with 19 additions and 8 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ const disttable = [
{type: 'map', func: prep.mapData },
]
let APIHOST = process.env.APIHOST || 'http://localhost:3004'
let APIHOST = process.env.APIHOST || 'http://localhost:3005'
/* GET home page. */