Line 22: | Line 22: | ||
highlight_current_page_menu(); | highlight_current_page_menu(); | ||
}); | }); | ||
+ | |||
+ | |||
+ | $(".calendar_month_access").click(function(){ | ||
+ | $(this).toggleClass("displaying_content"); | ||
+ | $(this).parent().next().toggleClass("hide_content"); | ||
+ | }); | ||
+ | |||
}); | }); |
Revision as of 18:29, 25 May 2018