Added Repository

This commit is contained in:
2026-01-30 14:02:35 +03:30
parent 8917e625a5
commit dbc8f70b4a
53 changed files with 7758 additions and 2 deletions

3
static/js/products.js Normal file
View File

@@ -0,0 +1,3 @@
document.getElementById('sort').addEventListener('change', function () {
this.closest('form').submit();
});