show-backlinks.js: fix variable naming

This commit is contained in:
Zankaria 2025-01-04 19:11:32 +01:00 committed by Zankaria
parent 52a74899af
commit 7999f28164

View File

@ -38,7 +38,7 @@ onReady(function() {
mentioned = $('<div class="mentioned unimportant"></div>').prependTo(post.find('.head').last());
}
if (mentioned.find('a.mentioned-' + reply_id).length != 0) {
if (mentioned.find('a.mentioned-' + replyId).length != 0) {
return;
}