X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.c;h=d16258f748fe7690d2c8d265bca25e274ae3ac60;hb=b3fa5714bd660e14c15705225f06e62cd1942e7c;hp=7aefacf22476b7c7c74e07d90f4d9a58286c6d12;hpb=add79b79bcc86d61a2f8661103f7fce6d554f45c;p=citadel.git diff --git a/webcit/webcit.c b/webcit/webcit.c index 7aefacf22..d16258f74 100644 --- a/webcit/webcit.c +++ b/webcit/webcit.c @@ -2063,6 +2063,8 @@ void session_loop(struct httprequest *req) dump_vars(); wprintf("
\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")) {