Skip to content

Commit

Permalink
reorgd for new couchapp layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Anderson committed Jan 7, 2009
1 parent a7da751 commit f632eec
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions _attachments/twitter-render.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ function TwitterRender(tw) {
rgb[i] = Math.floor((deHex(rgb[i])) / dim);
};
colorCache[key] = toColor(rgb[0], rgb[1], rgb[2]);
console.log(colorCache[key])
return colorCache[key];
}

Expand All @@ -124,7 +123,7 @@ function TwitterRender(tw) {
+ (color ? ' style="border:4px solid '+color+'; background:'+dim+';"' : '')
+ '><img title="Click for details" class="profile" src="'
+ tweet.user.profile_image_url + '" />'
+ (tweet.search ? a('http://search.twitter.com/search?q='+encodeURIComponent(tweet.search),'#'+tweet.search,'search',(bright?'style="color:'+bright+'"':'')) : '')
+ (tweet.search ? a('http://search.twitter.com/search?q='+encodeURIComponent(tweet.search),'#'+decodeURIComponent(tweet.search),'search',(bright?'style="color:'+bright+'"':'')) : '')
+ '<h3 class="'+tweet.user.id+'"><a target="_blank" class="user" title="'
+ tweet.user.screen_name + '" href="http://twitter.com/'
+ tweet.user.screen_name + '">'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f632eec

Please sign in to comment.