diff --git a/index.html b/index.html index b9f81c1..94baac2 100755 --- a/index.html +++ b/index.html @@ -162,9 +162,13 @@ if(err == 404) { $('#feeTxid').addClass('validationError'); $('#feeTxid').val('Transaction ID not found'); + $('#error_modal').modal('show'); + $('#error_text').text('Proposal transaction ID not found'); } else if (err == 400) { $('#feeTxid').addClass('validationError'); $('#feeTxid').val('Please paste a valid transaction ID'); + $('#error_modal').modal('show'); + $('#error_text').text('Please paste a valid transaction ID'); } } @@ -202,23 +206,34 @@ + +