]> code.citadel.org Git - citadel.git/blobdiff - webcit/iconbar.c
* Completed the JavaScript-detection of room names in the iconbar as drop
[citadel.git] / webcit / iconbar.c
index f1d4c8ed43291f958f936f55ab2140f9448d7569..ca37f213aca6bbdb7b578b24f65cedaaa4845586 100644 (file)
@@ -309,9 +309,11 @@ void do_iconbar(void) {
 
        wprintf("</ul>\n");
 
+       /*
        wprintf("<div id=\"dropstuff\" style=\"font-size:6pt\">");
        wprintf("Drag to trash here...<br>");
        wprintf("</div>");
+       */
 
        wprintf("</div>\n");
 }
@@ -381,9 +383,11 @@ void do_iconbar_roomlist(void) {
        /* embed the room list */
        list_all_rooms_by_floor("iconbar");
 
+       /*
        wprintf("<div id=\"dropstuff\" style=\"font-size:6pt\">");
        wprintf("Drag to trash here...<br>");
        wprintf("</div>");
+       */
 
        wprintf("</div>\n");
 }