Created
July 28, 2020 00:43
-
-
Save aschiavon91/af8d901219bf2c3eb53fd3b91e86c8e1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| document.addEventListener('DOMContentLoaded', () => document.querySelectorAll('.alert').forEach((alert) => | |
| alert.addEventListener('click', (_) => alert.style.display = "none"))); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment