master
Max Lehmann 5 years ago
parent 3ecbc7a84d
commit 1d476a85d1

@ -3175,7 +3175,7 @@
<script>
// Select all button
var selectall = document.querySelector("button.selectall");
var selectall = document.querySelector("input.selectall");
selectall.addEventListener("click", function (e) {
alert("SELECT ALL");
});

Loading…
Cancel
Save