See how a minor change to your commit message style can make a difference.
Tip
Take a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs
See how a minor change to your commit message style can make a difference.
Tip
Take a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs
| require('./bootstrap'); | |
| const grecaptchaKeyMeta = document.querySelector("meta[name='grecaptcha-key']"); | |
| const grecaptchaKey = grecaptchaKeyMeta.getAttribute('content'); | |
| const grecaptchaPageMeta = document.querySelector("meta[name='grecaptcha-page']"); | |
| const grecaptchaPage = grecaptchaKeyMeta.getAttribute('content'); | |
| grecaptcha.ready(function() { | |
| // Action for the page |