Added a missing semicolon + adjusted wording to comply with updated summary texts

This commit is contained in:
DL6ER
2016-11-20 14:09:38 +01:00
parent 6c497f5960
commit e3a2c8d5b0
+3 -3
View File
@@ -5,7 +5,7 @@ Number.prototype.pad = function(size) {
var s = String(this);
while (s.length < (size || 2)) {s = "0" + s;}
return s;
}
};
$(document).ready(function() {
@@ -34,7 +34,7 @@ $(document).ready(function() {
labels: [],
datasets: [
{
label: "All Queries",
label: "Total DNS Queries",
fill: true,
backgroundColor: "rgba(220,220,220,0.5)",
borderColor: "rgba(0, 166, 90,.8)",
@@ -46,7 +46,7 @@ $(document).ready(function() {
cubicInterpolationMode: 'monotone'
},
{
label: "Ad Queries",
label: "Blocked DNS Queries",
fill: true,
backgroundColor: "rgba(0,192,239,0.5)",
borderColor: "rgba(0,192,239,1)",