mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-19 09:52:42 +00:00
Add threat modeling information
This commit is contained in:
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);
|
||||
});
|
Reference in New Issue
Block a user