Enable/disable the Download button with the Execute button.

This commit is contained in:
Dave Page
2019-02-22 09:34:48 +00:00
parent 73b144c45c
commit 0766b17726
2 changed files with 11 additions and 1 deletions

View File

@@ -172,6 +172,7 @@ class ExecuteQuery {
this.loadingScreen.show('Running query...');
$('#btn-flash').prop('disabled', true);
$('#btn-download').prop('disabled', true);
this.sqlServerObject.query_start_time = new Date();
if (typeof sqlStatement === 'object') {