# HG changeset patch # User Atul Varma # Date 1236092692 28800 # Node ID 31fa3c03cda35c072785d56b253a88e2dd6cdb85 # Parent 8df8747189192635e5dd2000353d5c6ee8a62201 Tooltip of feed entry links now contains content snippet. diff -r 8df874718919 -r 31fa3c03cda3 about-mozilla.js --- a/about-mozilla.js Tue Mar 03 06:51:43 2009 -0800 +++ b/about-mozilla.js Tue Mar 03 07:04:52 2009 -0800 @@ -64,7 +64,12 @@ ' ' + ''); $('.title', item).html(this.title); - $('.title', item).wrap(''); + var linkTitle = ""; + if (this.contentSnippet) + linkTitle =this.contentSnippet ; + var link = $(''); + $('.title', item).wrap(link); if (this.author) { var author = this.author; var authorFilters = [