adding click trigger for the lessons page so that all lessons are automatically expanded
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 1 Aug 2018 16:08:22 +0000 (12:08 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 1 Aug 2018 16:08:22 +0000 (12:08 -0400)
js/custom.js

index eb11c61..88019b8 100644 (file)
@@ -219,6 +219,7 @@ jQuery(document).ready(function($){
         $("#modal-login").remove();
     }
     $(".flippable").trigger("click");
+    $(".expand_collapse").children("a:first-child").trigger("click");
     // if(window.post_type === "sfwd-lessons"){
     //     $("#learndash_mark_complete_button").css("display", "none");
     // }