* move output_headers to the top of readloop, before the big switch, so wprintf outpu...
[citadel.git] / webcit / static / ctdldragdrop.js
index d7c435e1b488d089912ed958d79b366b3dbceec0..cf77cfcb12a1a58c58919f8c01e276183d93938f 100644 (file)
@@ -58,7 +58,6 @@ function mouseMoveOut(event) {
     dropTarget = null;
   }
 }
-document.observe("dom:loaded", setupDragDrop);
 function setupDragDrop() {
 if (document.addEventListener != undefined) {
      $(document.body).observe('mousedown', mouseDownHandler);