Skip to content

Commit

Permalink
change default to year to 2018
Browse files Browse the repository at this point in the history
  • Loading branch information
ansal committed Jan 11, 2018
1 parent 754f6e2 commit 8fe21d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/static/js/gka/dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ var topSummaryData = {};
// As of August 1st, 2017, data from June 2017 is shown as default
if(!params.from && !params.to) {
params.from = '2017-06-01';
params.to = '2017-12-31';
params.to = '2018-12-31';
}
loadTopSummary(params);
loadSmsData(params);
Expand Down

0 comments on commit 8fe21d1

Please sign in to comment.