Cleanup Jquery

This commit is contained in:
Gusted
2020-11-25 17:21:20 +01:00
parent d10079b643
commit 66f8a4c981
9 changed files with 60 additions and 14 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);
});