summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--web-app/static/chart.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-app/static/chart.js b/web-app/static/chart.js
index a98be75..23753ba 100644
--- a/web-app/static/chart.js
+++ b/web-app/static/chart.js
@@ -46,7 +46,7 @@ function create_chart(div_name, branch, device, distro, version, max_results, f)
},
toolTip: {
content: function(e) {
- var annotation_text;
+ var annotation_text = "";
// check for matching job in global annotations data
if(e.entries[0].dataPoint.label in test_annotations_data) {