summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Needham <needham.thomas@gmail.com>2012-02-14 21:55:51 +0000
committerTom Needham <needham.thomas@gmail.com>2012-02-14 21:55:51 +0000
commite6b835bea8fd153b580785c764fb36efae28ade8 (patch)
tree60ebec7679d3590b6d9208294840a8ef2076a10a
parentaec6a3c32ff3195c3ccfb0484e1fb76fad4896e4 (diff)
downloadnextcloud-server-e6b835bea8fd153b580785c764fb36efae28ade8.tar.gz
nextcloud-server-e6b835bea8fd153b580785c764fb36efae28ade8.zip
Update breadcrumb css on close
-rw-r--r--apps/files_texteditor/js/editor.js1
1 files changed, 1 insertions, 0 deletions
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(){