From: Tom Needham Date: Tue, 14 Feb 2012 21:55:51 +0000 (+0000) Subject: Update breadcrumb css on close X-Git-Tag: v4.0.0beta~71^2~5^2~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e6b835bea8fd153b580785c764fb36efae28ade8;p=nextcloud-server.git Update breadcrumb css on close --- diff --git a/apps/files_texteditor/js/editor.js b/apps/files_texteditor/js/editor.js index 2d07c4fd79d..7473d532304 100644 --- a/apps/files_texteditor/js/editor.js +++ b/apps/files_texteditor/js/editor.js @@ -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(){