Fix Reading list page comment likes (#36)
* Fix Reading list page comment likes
This commit is contained in:
parent
8f9d192783
commit
fea5f49bbc
3 changed files with 3 additions and 2 deletions
|
|
@ -70,6 +70,7 @@ function getComments(){
|
|||
});
|
||||
substoriesDiv.innerHTML = '<div class="comment-trees"><h2>Recent Comment Activity</h2>'+resultDivs.join("<br/>")+'</div>';
|
||||
initializeCommentDropdown();
|
||||
initializeCommentsPage();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
var CACHE_VERSION = 'v2.4.6';
|
||||
var CACHE_VERSION = 'v2.4.7';
|
||||
var CACHE_NAME = CACHE_VERSION + ':sw-cache::';
|
||||
var REQUESTS_LIMIT = 70;
|
||||
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ function actions(comment) {
|
|||
</div>';
|
||||
} else {
|
||||
return '<div class="actions" data-comment-id="'+comment.id+'" data-path="'+comment.url+'" data-commentable-id="'+comment.commentable.id+'">\
|
||||
<a href="'+comment.url+'" class="toggle-reply-form" rel="nofollow">VIEW/REPLY</a>\
|
||||
<a href="'+comment.url+'" rel="nofollow">VIEW/REPLY</a>\
|
||||
</div>';
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue