diff --git a/static/js/app.js b/static/js/app.js index 944571d..17b8060 100644 --- a/static/js/app.js +++ b/static/js/app.js @@ -191,6 +191,7 @@ function runQuery() { $("#run").removeAttr("disabled"); $("#explain").removeAttr("disabled"); + $("#csv").removeAttr("disabled"); $("#query_progress").hide(); $("#input").show(); $("#output").removeClass("full");