1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-22 19:31:07 +00:00
Files
privacyguides.org/assets/js/main.js

4 lines
123 B
JavaScript
Raw Normal View History

2020-05-12 00:30:23 -05:00
document.querySelectorAll(".onclick-select").forEach(element => {
element.addEventListener("click", element.select);
});