diff --git a/includes/admin.toolbar.js b/includes/admin.toolbar.js index c73311e..24c2df1 100644 --- a/includes/admin.toolbar.js +++ b/includes/admin.toolbar.js @@ -126,7 +126,7 @@ Drupal.adminToolbar.toggle = function (toolbar) { } else { if ($(toolbar).is('.vertical')) { - $('div.admin-blocks', toolbar).animate({width:'260px'}, 'fast'); + $('div.admin-blocks', toolbar).animate({width:'260px'}, 'fast', function() { $(this).css('display', 'block')}); if ($(toolbar).is('.nw') || $(toolbar).is('sw')) { $(document.body).animate({marginLeft:'260px'}, 'fast', function() { $(this).toggleClass('admin-expanded'); }); }