mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-09-20 02:37:59 +08:00
fix error mindoc:runtime error: invalid memory address or nil pointer dereference
This commit is contained in:
@@ -60,6 +60,9 @@ function timeFormat($time) {
|
||||
|
||||
// 点击翻页
|
||||
function pageClicked($page, $docid) {
|
||||
if (!window.IS_DISPLAY_COMMENT) {
|
||||
return;
|
||||
}
|
||||
$("#articleComment").removeClass('not-show-comment');
|
||||
$.ajax({
|
||||
url : "/comment/lists?page=" + $page + "&docid=" + $docid,
|
||||
|
Reference in New Issue
Block a user