Revision 46cdafb6

b/snf-astakos-app/astakos/im/static/im/cloudbar/cloudbar.js
82 82
        $.each(data, function(i,el) {
83 83
            if (i == 0){
84 84
                username.html('<span>'+el.name+'</span>');
85
                equalWidths ( $('.cloudbar .profile ul'), $('.cloudbar .profile'));
85 86
                username.attr('href', el.url);
86 87
                user.removeClass('full');
87 88
            }else{
......
94 95
                user.addClass('full');
95 96
            }
96 97
        });
98
    
97 99
    });
98 100
    
99 101
    //profile.filter(".user a").attr("href", 
......
116 118
	 	$('.cloudbar .profile .full>a').removeClass('open');
117 119
	 	$('.cloudbar .profile .full>a').siblings('ul').hide();
118 120
	});
121

  
122
	
123
	 
119 124
 
120 125
   /*
121 126
   	$('.cloudbar .profile .full>a').live('click', function(e){

Also available in: Unified diff