From 98194f3eb92ee030211a9184464ddc25163c84cb Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Fri, 10 Jan 2014 15:30:23 -0500 Subject: [PATCH] clean up possible js incompatibilities clean up added commas and missing semicolons which generate warnings in js2-mode because they could lead to browser issues. Change-Id: Iebbfa54b13a3db0de477904457c7ede57dd233d4 --- modules/openstack_project/files/zuul/status.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/openstack_project/files/zuul/status.js b/modules/openstack_project/files/zuul/status.js index 31054add80..5f8fa85d19 100644 --- a/modules/openstack_project/files/zuul/status.js +++ b/modules/openstack_project/files/zuul/status.js @@ -152,8 +152,8 @@ function get_sparkline_url(pipeline_name) { hideAxes: true, hideGrid: true, target: [ - "color(stats.gauges.zuul.pipeline."+pipeline_name+".current_changes, '6b8182')", - ], + "color(stats.gauges.zuul.pipeline."+pipeline_name+".current_changes, '6b8182')" + ] }); } return window.zuul_sparkline_urls[pipeline_name]; @@ -197,11 +197,11 @@ function format_pipeline(data) { } html += name + ''; } - html += '' + html += '
'; $.each(head, function(change_i, change) { html += format_change(change, change_queue); }); - html += '
' + html += ''; }); }); @@ -294,7 +294,7 @@ function format_change(change, change_queue) { // Job listing from here down html += '