diff options
Diffstat (limited to 'web_src')
-rw-r--r-- | web_src/js/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web_src/js/index.js b/web_src/js/index.js index 78caa51fd6..a092452e6b 100644 --- a/web_src/js/index.js +++ b/web_src/js/index.js @@ -997,7 +997,7 @@ async function initRepository() { const content = $(`#comment-${$this.data('target')}`).text(); const subject = content.split('\n', 1)[0].slice(0, 255); - const poster = $this.data('poster'); + const poster = $this.data('poster-username'); const reference = $this.data('reference'); const $modal = $($this.data('modal')); |