switched back to 1day history by default

This commit is contained in:
Steffen Vogel 2010-10-19 18:57:30 +02:00
parent 1359050efd
commit e5a3b6aa3e

View file

@ -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