Files
wearwell/static/js/products.js
2026-01-30 14:02:35 +03:30

4 lines
110 B
JavaScript

document.getElementById('sort').addEventListener('change', function () {
this.closest('form').submit();
});