open sauce links in new window
This commit is contained in:
parent
7fc0d064b3
commit
ee69782280
@ -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));
|
||||
}
|
||||
|
||||
@ -1586,6 +1586,7 @@ sauce =
|
||||
link = $.el 'a',
|
||||
textContent: sauce.names[i]
|
||||
href: prefix + suffix
|
||||
target: '_blank'
|
||||
$.append span, $.tn(' '), link
|
||||
|
||||
revealSpoilers =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user