load later
This commit is contained in:
parent
a3f32323b1
commit
99a37b946a
1 changed files with 19 additions and 17 deletions
|
@ -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() {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
})
|
||||||
|
|
Loading…
Add table
Reference in a new issue