Removed two unnecessary commands

This commit is contained in:
DL6ER
2016-11-05 20:41:04 +01:00
parent cd02546416
commit 99b37d8ccb
-2
View File
@@ -146,7 +146,6 @@ function updateQueriesOverTime() {
}
$('#queries-over-time .overlay').remove();
timeLineChart.update();
timeLineChart.resize();
});
}
@@ -168,7 +167,6 @@ function updateQueryTypes() {
queryTypeChart.data.datasets.push(dd);
$('#query-types .overlay').remove();
queryTypeChart.update();
queryTypeChart.resize();
});
}