Merge upstream commits into main

This commit is contained in:
Jonah Aragon 2021-01-15 04:28:31 -06:00
commit 05ad5939da
No known key found for this signature in database
GPG key ID: 6A957C9A9A9429F7
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);
});