Archived
1
0

make post numbers insert backlink on click

This commit is contained in:
jeff
2015-09-04 17:09:43 -04:00
parent fb06097557
commit abefe50eb6
5 changed files with 15 additions and 2 deletions

View File

@@ -21,7 +21,7 @@
{{Date}}
</span>
</label>
<a href="{{PostURL}}" onclick="">No. {{ShortHash}}</a>
<a href="{{PostURL}}" onclick="nntpchan_backlink('{{ShortHash}}');">No. {{ShortHash}}</a>
{{#OP}}
<a href="{{PostURL}}">[reply]</a>
{{/OP}}