1
1
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2026-05-30 07:09:11 +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
+4 -4
View File
File diff suppressed because one or more lines are too long
-2
View File
File diff suppressed because one or more lines are too long
-3
View File
@@ -1,6 +1,3 @@
$(function() {
$("[data-toggle='tooltip']").tooltip();
});
document.querySelectorAll(".onclick-select").forEach(element => {
element.addEventListener("click", element.select);
});
+5 -4
View File
File diff suppressed because one or more lines are too long