Re-enable CSV button after query is executed
This commit is contained in:
parent
bf2df4e74f
commit
0c4c34950a
@ -191,6 +191,7 @@ function runQuery() {
|
|||||||
|
|
||||||
$("#run").removeAttr("disabled");
|
$("#run").removeAttr("disabled");
|
||||||
$("#explain").removeAttr("disabled");
|
$("#explain").removeAttr("disabled");
|
||||||
|
$("#csv").removeAttr("disabled");
|
||||||
$("#query_progress").hide();
|
$("#query_progress").hide();
|
||||||
$("#input").show();
|
$("#input").show();
|
||||||
$("#output").removeClass("full");
|
$("#output").removeClass("full");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user