Skip to content

Commit

Permalink
🐛Fix disqus comment disappear
Browse files Browse the repository at this point in the history
  • Loading branch information
L-Sun authored Feb 15, 2022
1 parent 26cdbf8 commit c0c58d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions post.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -180,11 +180,11 @@
}
});
{{#if @custom.disqus_username}}
{{#if @custom.disqus_shortname}}
$('.post-comments').css({
'display': 'block'
});
var disqus = '{{@custom.disqus_username}}';
var disqus = '{{@custom.disqus_shortname}}';
$('#show-disqus').on('click', function() {
$.ajax({
type: "GET",
Expand Down

0 comments on commit c0c58d4

Please sign in to comment.