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 69b022c commit d98771cCopy full SHA for d98771c
web_src/js/index.js
@@ -1094,7 +1094,7 @@ async function initRepository() {
1094
$.post($this.data('url'), {
1095
_csrf: csrf
1096
}).done(() => {
1097
- const $conversationHolder = $this.closest('.conversation-holder')
+ const $conversationHolder = $this.closest('.conversation-holder');
1098
$(`#${$this.data('comment-id')}`).remove();
1099
if ($conversationHolder.length && !$conversationHolder.find('.comment').length) {
1100
$conversationHolder.remove();
0 commit comments