diff --git a/script.js b/script.js index 43076fd..955be0b 100644 --- a/script.js +++ b/script.js @@ -188,6 +188,7 @@ function updateChart() { } function filterBuilds(json) { + globall = json; if (typeof json.builds.length === 'undefined') { alert('invalid repository: ' + repoName); return;