Completed 'Add New Note'. The new sticky notes view
[citadel.git] / webcit / webcit.c
index 7aefacf22476b7c7c74e07d90f4d9a58286c6d12..d16258f748fe7690d2c8d265bca25e274ae3ac60 100644 (file)
@@ -2063,6 +2063,8 @@ void session_loop(struct httprequest *req)
                dump_vars();
                wprintf("</PRE><hr />\n");
                wDumpContent(1);
+       } else if (!strcasecmp(action, "add_new_note")) {
+               add_new_note();
        } else if (!strcasecmp(action, "ajax_update_note")) {
                ajax_update_note();
        } else if (!strcasecmp(action, "display_room_directory")) {