1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-19 09:52:42 +00:00

Merge upstream commits into main

This commit is contained in:
2021-01-15 04:28:31 -06:00
14 changed files with 23 additions and 35 deletions

View File

@ -1,6 +1,3 @@
$(function() {
$("[data-toggle='tooltip']").tooltip();
});
document.querySelectorAll(".onclick-select").forEach(element => {
element.addEventListener("click", element.select);
});