Fixed search limiter
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Gregory Ballantine
2024-05-24 12:47:57 -04:00
parent d95be2e185
commit c652e089d5
3 changed files with 10 additions and 13 deletions

View File

@ -1,7 +1,5 @@
$(document).ready(function() {
console.log('Document is ready!');
$('#filter-limiter').on('change', () => {
$('#filter-limit').on('change', () => {
$('#filter-form').submit();
});
});