mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-30 19:20:56 +01:00
linted
This commit is contained in:
parent
8608d1ff3a
commit
89448c9eca
@ -135,11 +135,10 @@ $(function() {
|
||||
}
|
||||
|
||||
/* Functions that need to run/rerun when active tabs are changed */
|
||||
$(document).on('shown.bs.tab', function(e){
|
||||
$(document).on('shown.bs.tab', function(e) {
|
||||
// Resize autosize textareas
|
||||
$('textarea[data-autosize-on]').each(function(){
|
||||
$('textarea[data-autosize-on]').each(function() {
|
||||
autosize.update($(this).get());
|
||||
});
|
||||
});
|
||||
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user