switched back to 1day history by default
This commit is contained in:
parent
1359050efd
commit
e5a3b6aa3e
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
*/
|
||||
|
||||
// default time interval to show
|
||||
const defaultInterval = 7*24*60*60*1000; // 1 week
|
||||
const defaultInterval = 1*24*60*60*1000; // 1 day
|
||||
|
||||
// volkszaehler.org object
|
||||
// holds all data, options and functions for the frontend
|
||||
|
|
Loading…
Add table
Reference in a new issue