forked from leftypol/leftypol
show-backlinks.js: fix backlink
This commit is contained in:
parent
77ae0b101e
commit
c45fbd5ec9
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
$(document).ready(function() {
|
||||
let showBackLinks = function() {
|
||||
let replyId = $(this).attr('id').replace(/^reply_/, '');
|
||||
let replyId = $(this).attr('id').split('_')[1];
|
||||
|
||||
$(this).find('div.body a:not([rel="nofollow"])').each(function() {
|
||||
let id = $(this).text().match(/^>>(\d+)$/);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue