Dont add the target, in case of external catalog link

This commit is contained in:
Jordan Bates 2013-05-10 03:52:00 -07:00
parent 4bc35152e3
commit e23feddae3
3 changed files with 3 additions and 6 deletions

View File

@ -1611,8 +1611,7 @@
a = $.el('a', {
href: (t.match(/\,"(.+)"/) || [null, '+'])[1],
textContent: (t.match(/-text:"(.+)"\,/) || [null, '+'])[1],
className: 'external',
target: '_blank'
className: 'external'
});
return a;
}

View File

@ -1607,8 +1607,7 @@
a = $.el('a', {
href: (t.match(/\,"(.+)"/) || [null, '+'])[1],
textContent: (t.match(/-text:"(.+)"\,/) || [null, '+'])[1],
className: 'external',
target: '_blank'
className: 'external'
});
return a;
}

View File

@ -1609,8 +1609,7 @@
a = $.el('a', {
href: (t.match(/\,"(.+)"/) || [null, '+'])[1],
textContent: (t.match(/-text:"(.+)"\,/) || [null, '+'])[1],
className: 'external',
target: '_blank'
className: 'external'
});
return a;
}