Fix pagedown bugs

This commit is contained in:
cuom1999 2024-10-01 23:07:00 -05:00
parent 9c01ec8a22
commit 72eada0a4e
3 changed files with 28 additions and 8 deletions

View file

@ -23,11 +23,6 @@
$(this).val(selectedValues);
});
setTimeout(function() {
if ('DjangoPagedown' in window) {
DjangoPagedown.init();
}
}, 2000);
});
</script>
{% endblock %}