load later

This commit is contained in:
j 2025-03-24 15:43:47 +00:00
parent a3f32323b1
commit 99a37b946a

View file

@ -1,3 +1,4 @@
window.addEventListener("load", function() {
django.jQuery(function() { django.jQuery(function() {
django.jQuery('textarea[maxlength]').each(function(i, textarea) { django.jQuery('textarea[maxlength]').each(function(i, textarea) {
var t = django.jQuery(textarea), var t = django.jQuery(textarea),
@ -16,3 +17,4 @@ django.jQuery(function() {
} }
}); });
}); });
})