Use Tickets: better error handling

This commit is contained in:
mDuo13
2021-02-11 17:06:04 -08:00
parent 6025be47ee
commit 0e33d93c0e
3 changed files with 16 additions and 2 deletions

View File

@@ -60,7 +60,9 @@ $(document).ready( () => {
},
error: function() {
$("#loader-generate").hide();
alert("Testnet Faucetにエラーが発生しました。もう一度試してください。");
$("#populate-creds-status").html(
`<p class="devportal-callout warning"><strong>エラー:</strong>
テストネットワークFaucetにエラーが発生しました。もう一度試してください。`);
}
})
})