]> code.citadel.org Git - citadel.git/blobdiff - webcit/iconbar.c
* Completed the implementation of a simple drop target for messages. Right
[citadel.git] / webcit / iconbar.c
index b67711ed90c9056ad609d018c395a417872b5279..70bdea271669a38896bd0b5095357a114e363b57 100644 (file)
@@ -306,6 +306,9 @@ void do_iconbar(void) {
        );
 
        wprintf("</ul>\n");
+
+       wprintf("<div id=\"dropstuff\">Drag to trash here...</div>");
+
        wprintf("</div>\n");
 }