X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fnotes.c;h=e3589b2ae92d9294c6f9eabf8e8901f63902e3a4;hb=a1b3a5cda3e2a86f9e8e8f4d3b36ecf80f2fec58;hp=e77982d2e96e1e39ee8416143d2d6e5f6decbef9;hpb=91af39240ded303a76eb33288c6c5b61fe838a96;p=citadel.git diff --git a/webcit/notes.c b/webcit/notes.c index e77982d2e..e3589b2ae 100644 --- a/webcit/notes.c +++ b/webcit/notes.c @@ -34,6 +34,12 @@ void display_vnote_div(struct vnote *v) { wprintf("\">"); wprintf(""); + + wprintf(""); + wprintf(""); // nothing in the title bar, it's just for dragging wprintf("
"); + wprintf(""); + wprintf(""); @@ -208,6 +214,7 @@ void ajax_update_note(void) { return; } msgnum = atol(&buf[4]); + lprintf(9, "Note msg = %ld\n", msgnum); // Was this request a delete operation? If so, nuke it... if (havebstr("deletenote")) {