Mini month calendar is complete. The 'previous month'
[citadel.git] / webcit / webcit.c
index 428003ee92e73b5ae8db277e704c6155a276bb5a..e3cef8ff782e95c43ab1e57efe2b791c73bbe2f8 100644 (file)
@@ -1533,6 +1533,10 @@ void session_loop(struct httprequest *req)
                begin_ajax_response();
                calendar_section();
                end_ajax_response();
+       } else if (!strcasecmp(action, "mini_calendar")) {
+               begin_ajax_response();
+               ajax_mini_calendar();
+               end_ajax_response();
        } else if (!strcasecmp(action, "iconbar_ajax_menu")) {
                begin_ajax_response();
                do_iconbar();