0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-30 19:20:56 +01:00
This commit is contained in:
Dave Cranwell 2015-05-06 14:21:33 +01:00
parent 8608d1ff3a
commit 89448c9eca

View File

@ -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());
});
});
});