]> code.citadel.org Git - citadel.git/commitdiff
(no commit message)
authorArt Cancro <ajc@citadel.org>
Sat, 15 Oct 2005 04:50:43 +0000 (04:50 +0000)
committerArt Cancro <ajc@citadel.org>
Sat, 15 Oct 2005 04:50:43 +0000 (04:50 +0000)
webcit/messages.c

index 7af80c66c8767a87989ed7d168b92047b4aedf4e..c1134509ba959d5500533f71b9c2050fba653ee7 100644 (file)
@@ -2049,13 +2049,13 @@ void readloop(char *oper)
 
                /* Now register each message (whose element ID is "m9999",
                 * where "9999" is the message number) as draggable.
-                */
                wprintf("<script type=\"text/javascript\">\n");
                for (a = 0; a < nummsgs; ++a) {
                        wprintf("new Draggable('m%ld',{revert:true});\n",
                                WC->summ[a].msgnum);
                }
                wprintf("</script>\n");
+                */
        }
 
        /* Bump these because although we're thinking in zero base, the user