diff options
| author | Nikita Bernstein | 2012-06-24 03:29:14 -0400 | 
|---|---|---|
| committer | Nikita Bernstein | 2012-06-24 03:29:14 -0400 | 
| commit | f5ea30dacb5c8c1681ad73454e6193b3d06da8bd (patch) | |
| tree | 0ca78aea88f6d053b869116c87a8d9c9f6ceba17 | |
| parent | 7d09ade1b740113be512b95cce9a4ed958ae7a27 (diff) | |
| download | LikeFeed-f5ea30dacb5c8c1681ad73454e6193b3d06da8bd.tar.bz2 | |
Revert "Again"
This reverts commit 7d09ade1b740113be512b95cce9a4ed958ae7a27.
| -rw-r--r-- | Resources/friendship/ui/LikeList.js | 15 | 
1 files changed, 5 insertions, 10 deletions
| diff --git a/Resources/friendship/ui/LikeList.js b/Resources/friendship/ui/LikeList.js index 3978eb2..eb16bfc 100644 --- a/Resources/friendship/ui/LikeList.js +++ b/Resources/friendship/ui/LikeList.js @@ -19,8 +19,8 @@  				pic_square: "images/fb_test_profile.jpg",  				name: "Test Name",  				description: "Description Description Description Description Description Description Description Description Description Description Description Description ", -				fan_count: "15",   				page_url: "http://www.google.com", +				website: "http://www.google.com",  				website: "http://www.google.com"  			} )   		); @@ -32,7 +32,6 @@  				description: "Description Description Description Description Description Description Description Description Description Description Description Description ",  				fan_count: "2",   				page_url: "http://www.google.com", -				website: "http://www.google.com"  			} )   		);		  	} @@ -84,7 +83,6 @@  			top: 0,  			opacity:0.65,  			left: 0, -			height:'auto'  		});  		fan_c.top = 50-fan_c.height; @@ -95,12 +93,11 @@  			font:{fontSize:12,fontWeight:'bold'},  			width:'auto',  			textAlign:'left', -			top:2, -			left: profile_icon.width + 2,  			height:'auto',  			wordWrap:'true'  		}); +  		key.description = key.description.replace(/<(?:.|\n)*?>/gm, '');  		var description = Ti.UI.createLabel({ @@ -108,15 +105,12 @@  			font:{fontSize:12,fontWeight:'single'},  			width:'auto',  			textAlign:'left', -			top: title.height - 1, -			left:profile_icon.width + 2, -			height:36,  			wordWrap:'true', -			html:true  		}); +		row.height = 50;  		row.height = 'auto';  		row.add( profile_icon ); @@ -135,7 +129,8 @@  		var loading = fs.ui.createLoadingView();  		ll_view.add(loading); -		// Ti.App.fireEvent('app:show.loader'); +		 +		//Ti.App.fireEvent('app:show.loader');  		Ti.API.addEventListener("processPosts", function(d) {  			for ( key in d.data ) { | 
