mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-08-07 05:52:25 -04:00
Cleanup jQuery (#2139)
This commit is contained in:
parent
afd7e216ce
commit
21c894eef7
11 changed files with 60 additions and 19 deletions
2
assets/js/jquery-3.3.1.min.js
vendored
2
assets/js/jquery-3.3.1.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,3 @@
|
|||
$(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