From 609178cd428e85322a1179640a51b34b1b75e65a Mon Sep 17 00:00:00 2001 From: Masayuki Igawa Date: Sun, 19 Mar 2017 13:16:35 +0800 Subject: [PATCH] Change home page default period to 7days This commit changes the home page default period to 7 days to reduce the loading time. So users don't want to stand for it. Change-Id: Ia8cdf52d191453c9bab59669550c0d7dc8faa6e2 --- app/js/services/periods.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/js/services/periods.js b/app/js/services/periods.js index 1136761d..04836021 100644 --- a/app/js/services/periods.js +++ b/app/js/services/periods.js @@ -17,7 +17,7 @@ var periodsService = function() { 'preference': {'hours': 12}}, 'hour': {'min': {'hours': 12}, 'max': {'months': 3}, - 'preference': {'months': 1}}, + 'preference': {'weeks': 1}}, 'day': {'min': {'hours': 48}, 'max': null, 'preference': {'months': 3}}