mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-08-12 16:25:44 -04:00
Add threat modeling information
This commit is contained in:
parent
3986217030
commit
d91e27ce61
15 changed files with 185 additions and 13 deletions
6
assets/js/main.js
Normal file
6
assets/js/main.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
$(function() {
|
||||
$("[data-toggle='tooltip']").tooltip();
|
||||
});
|
||||
document.querySelectorAll(".onclick-select").forEach(element => {
|
||||
element.addEventListener("click", element.select);
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue