overseer/assets/js/nechryael.js
Gregory Ballantine d95be2e185
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Added ability to limit dashboard results
2024-05-24 12:35:01 -04:00

8 lines
155 B
JavaScript

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