projects
/
WP-Themes
/
saultstemarie360.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8adc45
)
adding click trigger for the lessons page so that all lessons are automatically expanded
author
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 1 Aug 2018 16:08:22 +0000
(12:08 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 1 Aug 2018 16:08:22 +0000
(12:08 -0400)
js/custom.js
patch
|
blob
|
history
diff --git
a/js/custom.js
b/js/custom.js
index
eb11c61
..
88019b8
100644
(file)
--- a/
js/custom.js
+++ b/
js/custom.js
@@
-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");
// }