| Index: appengine/trooper_o_matic/model/cqstats-graph-data.html
|
| diff --git a/appengine/trooper_o_matic/model/cqstats-graph-data.html b/appengine/trooper_o_matic/model/cqstats-graph-data.html
|
| index 732cd035c7158ad093670245811523e578e718de..420dba8c3c7795502553e851be0aeabde2de7af1 100644
|
| --- a/appengine/trooper_o_matic/model/cqstats-graph-data.html
|
| +++ b/appengine/trooper_o_matic/model/cqstats-graph-data.html
|
| @@ -63,8 +63,8 @@ CQStatsGraphData.prototype.rowItems = function(index) {
|
| items.forEach(function(item) { item[0] /= 60; });
|
| return {
|
| items: items,
|
| - begin: new Date(cqStats.begin * 1000),
|
| - end: new Date(cqStats.end * 1000),
|
| + begin: cqStats.begin,
|
| + end: cqStats.end,
|
| };
|
| });
|
| })
|
|
|