From e5a3b6aa3eda5f3d937a2d575f5a839a2c244166 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Tue, 19 Oct 2010 18:57:30 +0200 Subject: [PATCH] switched back to 1day history by default --- frontend/javascripts/init.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/javascripts/init.js b/frontend/javascripts/init.js index 4ecd8b5..aa9e0fc 100644 --- a/frontend/javascripts/init.js +++ b/frontend/javascripts/init.js @@ -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