Don't open threads from the catalog in new tabs.
Conflicts: html/General/Thread-catalog-view.html
This commit is contained in:
parent
c519026083
commit
3dc56057ab
@ -351,7 +351,7 @@ Build =
|
|||||||
root = $.el 'div',
|
root = $.el 'div',
|
||||||
className: 'catalog-thread'
|
className: 'catalog-thread'
|
||||||
$.extend root, <%= html(
|
$.extend root, <%= html(
|
||||||
'<a href="/${thread.board}/thread/${thread.ID}" target="_blank">' +
|
'<a href="/${thread.board}/thread/${thread.ID}">' +
|
||||||
'&{thumb}' +
|
'&{thumb}' +
|
||||||
'</a>' +
|
'</a>' +
|
||||||
'<div class="thread-stats" title="Post count / File count / Page count">' +
|
'<div class="thread-stats" title="Post count / File count / Page count">' +
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user