From fa67ec48c0880c6b4a4979c72bd99fcf845b9e00 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 31 Jul 2018 13:20:49 -0400 Subject: [PATCH] removing js that hid the mark complete buttons for the lessons --- js/custom.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"); -- 2.17.1