forgot to grab important change from dev server

This commit is contained in:
Felix 2019-08-15 15:10:48 +01:00
parent b8d1c069f6
commit 80bc7e8328
2 changed files with 3 additions and 3 deletions

View file

@ -185,7 +185,7 @@ export class MoreStuffComponent implements OnInit {
}
bubbleChartUpdate() {
console.log("start_range input box: " + this.bubbleChartBegin);
console.log("start_range input box: " + this.bubbleChartBegin.date);
console.log("start_range : " + new Date(this.bubbleChartBegin));
console.log("end_range input box: " + this.bubbleChartEnd);
console.log("end_range : " + new Date(this.bubbleChartEnd));