"use strict";window.Wolmart=window.Wolmart||{},function(t){var n={init:function(){Wolmart.$body.on("click",".comments .page-numbers",this.loadComments)},loadComments:function(n){var a,o=t(n.target).closest(".page-numbers"),e=o.closest(".comments").find(".commentlist"),l=o.closest(".pagination"),s=o.attr("href");a=o.hasClass("prev")?parseInt(o.sibling("current").text())-1:o.hasClass("next")?parseInt(o.sibling("current").text())+1:parseInt(o.text()),n.preventDefault(),e.find("#cancel-comment-reply-link").length&&e.find("#cancel-comment-reply-link")[0].click(),e.addClass("loading"),Wolmart.doLoading(l,"small"),t.post(wolmart_vars.ajax_url,{action:"wolmart_comments_pagination",nonce:wolmart_vars.nonce,load_mobile_menu:!0,page:a,post:1},(function(t){t&&(history.pushState({},"",s),e.html(t.html),l.html(t.pagination))})).always((function(){e.removeClass("loading"),Wolmart.endLoading(l)}))}};Wolmart.CommentsPagination=n}(jQuery);