[Pkg-owncloud-commits] [owncloud] 38/111: Fixed multiselect to not set the button's height on itself after select

David Prévot taffit at moszumanska.debian.org
Wed Nov 20 21:38:38 UTC 2013


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

taffit pushed a commit to branch master
in repository owncloud.

commit 55355ba28e8805e1a59afdad2ae0409a5f01aebb
Author: Vincent Petry <pvince81 at owncloud.com>
Date:   Thu Nov 14 14:18:22 2013 +0100

    Fixed multiselect to not set the button's height on itself after select
    
    Fixes #5841
---
 core/js/multiselect.js |    2 --
 1 file changed, 2 deletions(-)

diff --git a/core/js/multiselect.js b/core/js/multiselect.js
index 373fd2d..2210df3 100644
--- a/core/js/multiselect.js
+++ b/core/js/multiselect.js
@@ -156,8 +156,6 @@
 					var newOuterWidth=Math.max((button.outerWidth()-2),settings.minOuterWidth)+'px';
 					var newWidth=Math.max(button.width(),settings.minWidth);
 					var pos=button.position();
-					button.css('height',button.height());
-					button.css('white-space','nowrap');
 					button.css('width',oldWidth);
 					button.animate({'width':newWidth},undefined,undefined,function(){
 						button.css('width','');

-- 
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