Refreshs
This commit is contained in:
7
static/dropdown.js
Normal file
7
static/dropdown.js
Normal file
@ -0,0 +1,7 @@
|
||||
document.addEventListener("DOMContentLoaded", function(event) {
|
||||
const dropdown = document.getElementById("dropdown");
|
||||
dropdown.addEventListener("change", function() {
|
||||
dropdown.submit();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user