1 line
608 B
JavaScript
1 line
608 B
JavaScript
var fcn_storyCommentPage=1;function fcn_loadStoryComments(){let e;_$(".load-more-list-item").remove(),_$(".comments-loading-placeholder").classList.remove("hidden");let t={action:"fictioneer_request_story_comments",post_id:fcn_inlineStorage.postId,page:fcn_storyCommentPage};fcn_ajaxGet(t).then((t=>{t.success?(_$(".fictioneer-comments__list > ul").innerHTML+=t.data.html,fcn_storyCommentPage++):t.data?.error&&(e=fcn_buildErrorNotice(t.data.error))})).catch((t=>{e=fcn_buildErrorNotice(t)})).then((()=>{_$(".comments-loading-placeholder").remove(),e&&_$(".fictioneer-comments__list > ul").appendChild(e)}))} |