summaryrefslogtreecommitdiff
path: root/web-app
diff options
context:
space:
mode:
authorClark Laughlin <clark.laughlin@linaro.org>2015-07-22 12:28:31 -0400
committerClark Laughlin <clark.laughlin@linaro.org>2015-07-22 12:28:31 -0400
commit7cff61d23bf36e4dc5c071f421720d5319915686 (patch)
tree7aa74e5873433830ee9f48384fdebf5e434119a6 /web-app
parent2191cd531f657555711b0abe1f6bc6ee48acf6d1 (diff)
web app: fixed bug - make annotations data global
Diffstat (limited to 'web-app')
-rw-r--r--web-app/static/index.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/web-app/static/index.html b/web-app/static/index.html
index ebb8701..6f9e3ee 100644
--- a/web-app/static/index.html
+++ b/web-app/static/index.html
@@ -24,9 +24,10 @@
<script type="text/javascript" src="chart.js"></script>
<script type="text/javascript">
-$(function() {
+// global
+var test_annotations_data;
- var test_annotations_data;
+$(function() {
// generate a summary table of all the runs
var table1 = $('#summary_table').DataTable( {