Skip to content

Instantly share code, notes, and snippets.

@joaocunha
Created March 1, 2018 01:04
Show Gist options
  • Save joaocunha/6b4a1d642e7fef85ec4485c19a6b39f4 to your computer and use it in GitHub Desktop.
Save joaocunha/6b4a1d642e7fef85ec4485c19a6b39f4 to your computer and use it in GitHub Desktop.
<script>
// Translate the inputs
window.setTimeout(function() {
Array.from(document.getElementsByClassName('mailchimp-input')).map(function(input) {return input.placeholder = 'Insira seu e-mail';});
}, 1);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment