Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorTom Needham <needham.thomas@gmail.com>2012-02-15 01:55:51 +0400
committerTom Needham <needham.thomas@gmail.com>2012-03-13 00:44:05 +0400
commitbb2cba13ce93d5de08f198f87f7d23db172daf55 (patch)
treeb754737f5c62d93a0dbe8600a160837e391b3a7e /apps
parent32b8900e0c7be28370af9a2643f3e58a6814eec0 (diff)
Update breadcrumb css on close
Diffstat (limited to 'apps')
-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(){