From: Anthony Talarico Date: Tue, 31 Jul 2018 17:20:49 +0000 (-0400) Subject: removing js that hid the mark complete buttons for the lessons X-Git-Tag: v1.0.0^2~8 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=fa67ec48c0880c6b4a4979c72bd99fcf845b9e00;p=WP-Themes%2Fsaultstemarie360.git removing js that hid the mark complete buttons for the lessons --- diff --git a/js/custom.js b/js/custom.js index afda483..098d529 100644 --- a/js/custom.js +++ b/js/custom.js @@ -218,9 +218,9 @@ jQuery(document).ready(function($){ if(window.page === "login"){ $("#modal-login").remove(); } - if(window.post_type === "sfwd-lessons"){ - $("#learndash_mark_complete_button").css("display", "none"); - } + // if(window.post_type === "sfwd-lessons"){ + // $("#learndash_mark_complete_button").css("display", "none"); + // } // let getting_started = $(".parallax-section:nth-child(2)"); // let login_section = getting_started.find(".service-listing").children(".service-list:first-child"); // login_section.addClass("parallax-hover");