changeset 31:66765faeeb86

Clicking on a feed entry link now opens it in a new tab/window.
author Atul Varma <varmaa@toolness.com>
date Tue, 03 Mar 2009 07:17:33 -0800
parents eee8b9a861a8
children aa3802c3fe2a
files about-mozilla.js
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/about-mozilla.js	Tue Mar 03 07:07:35 2009 -0800
+++ b/about-mozilla.js	Tue Mar 03 07:17:33 2009 -0800
@@ -69,6 +69,7 @@
         linkTitle =this.contentSnippet ;
       var link = $('<a title="' + linkTitle + '" href="' +
                    this.link + '"></a>');
+      link.attr("target", "_blank");
       $('.title', item).wrap(link);
       if (this.author) {
         var author = this.author;