Minor tool styling cleanup

This commit is contained in:
mDuo13
2018-05-07 14:11:49 -07:00
parent 278974841c
commit 4a784ba586
6 changed files with 65 additions and 105 deletions

View File

@@ -35,5 +35,5 @@ function rippleTestNetCredentials() {
}
$(document).ready(function() {
$('.cta_readmore').click(rippleTestNetCredentials);
$('#generate-creds-button').click(rippleTestNetCredentials);
});