Re-enable CSV button after query is executed

This commit is contained in:
Dan Sosedoff 2014-10-18 22:17:38 -06:00
parent bf2df4e74f
commit 0c4c34950a

View File

@ -191,6 +191,7 @@ function runQuery() {
$("#run").removeAttr("disabled");
$("#explain").removeAttr("disabled");
$("#csv").removeAttr("disabled");
$("#query_progress").hide();
$("#input").show();
$("#output").removeClass("full");