diff --git a/web_src/js/index.js b/web_src/js/index.js index efe1663a76..5c2812b460 100644 --- a/web_src/js/index.js +++ b/web_src/js/index.js @@ -2034,7 +2034,7 @@ function initCodeView() { box.dataset.folded = String(folded); }); function insertBlobExcerpt(e) { - const $blob = $(e.target); + const $blob = $(e.currentTarget); const $row = $blob.parent().parent(); $.get(`${$blob.data('url')}?${$blob.data('query')}&anchor=${$blob.data('anchor')}`, (blob) => { $row.replaceWith(blob);