Complete overhaul of "Notes" view. Now features AJAX create and edit operations.
[citadel.git] / webcit / webcit.c
index e1852a901f00c322bbe4ba332f4036d19ab85257..e03db53de88f4e6877691b82ebafcf4c3ca36420 100644 (file)
@@ -1621,6 +1621,8 @@ void session_loop(struct httprequest *req)
                dump_vars();
                wprintf("</PRE><hr />\n");
                wDumpContent(1);
+       } else if (!strcasecmp(action, "updatenote")) {
+               updatenote();
        }
 
        /** When all else fais, display the main menu. */