| Index: appengine/trooper_o_matic/model/cqstats-ratio-graph-data.html
|
| diff --git a/appengine/trooper_o_matic/model/cqstats-ratio-graph-data.html b/appengine/trooper_o_matic/model/cqstats-ratio-graph-data.html
|
| index ade13ce48dd7e1e82b360f1986f7a1b5e299f8de..01eac6259985ea4f4a7ccf7b17ae2a9b599ed5d6 100644
|
| --- a/appengine/trooper_o_matic/model/cqstats-ratio-graph-data.html
|
| +++ b/appengine/trooper_o_matic/model/cqstats-ratio-graph-data.html
|
| @@ -51,8 +51,8 @@ CQStatsRatioGraphData.prototype.rowItems = function(index) {
|
| return cqStatsUtil.loadStatItems(name, cqStats.key).then(function(items) {
|
| return {
|
| items: items,
|
| - begin: new Date(cqStats.begin * 1000),
|
| - end: new Date(cqStats.end * 1000),
|
| + begin: cqStats.begin,
|
| + end: cqStats.end,
|
| };
|
| });
|
| })
|
|
|