We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c70d4f0 commit f446e3bCopy full SHA for f446e3b
web_src/js/features/repo-legacy.js
@@ -272,7 +272,7 @@ export function initRepoCommentForm() {
272
}
273
274
$list.find('.selected').html(`
275
- <a class="item muted sidebar-item-link" href=${htmlEscape(this.getAttribute('href'))}>
+ <a class="item muted sidebar-item-link" href="${htmlEscape(this.getAttribute('data-href'))}">
276
${icon}
277
${htmlEscape(this.textContent)}
278
</a>
0 commit comments