Add threat modeling information

This commit is contained in:
Jonah Aragon 2020-05-12 00:30:23 -05:00
parent 3986217030
commit d91e27ce61
No known key found for this signature in database
GPG key ID: 6A957C9A9A9429F7
15 changed files with 185 additions and 13 deletions

6
assets/js/main.js Normal file
View file

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