Update breadcrumb css on close

This commit is contained in:
Tom Needham 2012-02-14 21:55:51 +00:00
parent aec6a3c32f
commit e6b835bea8
1 changed files with 1 additions and 0 deletions

View File

@ -217,6 +217,7 @@ function hideFileEditor(){
// Fades out editor controls
$('#editorcontrols').fadeOut('slow',function(){
$(this).remove();
$(".crumb:last").addClass('last');
});
// Fade out editor
$('#editor').fadeOut('slow', function(){