Cleanup jQuery (#2139)

This commit is contained in:
Gusted 2020-12-13 20:37:35 +00:00 committed by GitHub
parent afd7e216ce
commit 21c894eef7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 60 additions and 19 deletions

File diff suppressed because one or more lines are too long

View file

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