open sauce links in new window

This commit is contained in:
James Campos 2011-08-28 13:39:41 -07:00
parent 7fc0d064b3
commit ee69782280
2 changed files with 3 additions and 1 deletions

View File

@ -1973,7 +1973,8 @@
prefix = _ref[i];
link = $.el('a', {
textContent: sauce.names[i],
href: prefix + suffix
href: prefix + suffix,
target: '_blank'
});
_results.push($.append(span, $.tn(' '), link));
}

View File

@ -1586,6 +1586,7 @@ sauce =
link = $.el 'a',
textContent: sauce.names[i]
href: prefix + suffix
target: '_blank'
$.append span, $.tn(' '), link
revealSpoilers =