[Pkg-owncloud-commits] [owncloud] 69/75: Update breadcrumb css on close

David Prévot taffit at alioth.debian.org
Fri Nov 8 23:08:44 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag v3.0.1
in repository owncloud.

commit bb2cba13ce93d5de08f198f87f7d23db172daf55
Author: Tom Needham <needham.thomas at gmail.com>
Date:   Tue Feb 14 21:55:51 2012 +0000

    Update breadcrumb css on close
---
 apps/files_texteditor/js/editor.js |    1 +
 1 file changed, 1 insertion(+)

diff --git a/apps/files_texteditor/js/editor.js b/apps/files_texteditor/js/editor.js
index 2d07c4f..7473d53 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(){

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list