]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update breadcrumb css on close
authorTom Needham <needham.thomas@gmail.com>
Tue, 14 Feb 2012 21:55:51 +0000 (21:55 +0000)
committerTom Needham <needham.thomas@gmail.com>
Tue, 14 Feb 2012 21:55:51 +0000 (21:55 +0000)
apps/files_texteditor/js/editor.js

index 2d07c4fd79d6620934808a75a1fb6c3e9c60e89a..7473d5323044c13f1cbe44ad3803415f8643b1c5 100644 (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(){