[view in condensed format]
[view in condensed format]
There are no comments on this page yet.
jQuery(function() { // RS023
$(".jump_leave_comment_id").on("click", function() {
$("#leave_comment").slideDown("slow");
$("#say_leave_comment_pretty").addClass("hide");
setTimeout(function() {
document.getElementById("jump_leave_comment2").scrollIntoView({behavior: "smooth"});
}, 250);
});
$(".close_leave_comment").on("click", function() {
$("#say_leave_comment_pretty").removeClass("hide");
$("#leave_comment").slideUp("slow");
});
var isess = isession();
if (!isess.logged_in) {
js_login_required("login_leave_comment");
}
$('#comment-links').html('
');
$('#ask-question').html('Ask a question');
$('#feature-request').html('Request a feature');
$('#offer-tip').html('Offer a tip');
$('#bug-report').html('Submit a bug report');
$('.mega-toggle-label-closed').html(' ');
});
This premium WordPress plugin is included with a paid membership.
To learn more about our mission, and other benefits of having a paid membership, please click here.