chore(website): small alert if there is an error.
This commit is contained in:
parent
35cc904706
commit
e853b16878
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@
|
|||
$button.text('Thank you!');
|
||||
}).fail(function() {
|
||||
$button.attr('disabled', null);
|
||||
alert('An error occurred, please try again later.');
|
||||
})
|
||||
return false;
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue