Skip to content
This repository has been archived by the owner on Feb 9, 2020. It is now read-only.

Commit

Permalink
Bugfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
wzpan committed Jul 5, 2017
1 parent be79dd7 commit d9c9a13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/markdown.js/0.5.0/markdown.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/timeago.js/3.0.2/timeago.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/spin.js/2.3.2/spin.min.js"></script>
<script src="http://onmw7y6f4.bkt.clouddn.com/comment-v1.0.4.2.js"></script>
<script src="http://onmw7y6f4.bkt.clouddn.com/comment-v1.0.4.3.js"></script>

<style>
.btn {
Expand Down
1 change: 1 addition & 0 deletions comment.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ var _getRecentCommentList = function(comment_list, i, render_count, total_count,
if (!content || content == '') {
i++;
_getRecentCommentList(comment_list, i, render_count, total_count, comments, callback);
callback = null;
return;
}
if (!title) {
Expand Down
2 changes: 1 addition & 1 deletion comment.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d9c9a13

Please sign in to comment.