Merge new summary view branches changes into trunk
[citadel.git] / webcit / static / dragdrop.js
index bf429c2616580d857bfa551c7de706534cdf5d70..81fca6b12d8b11584a9148795604981b8688d60b 100644 (file)
@@ -36,8 +36,9 @@ var Droppables = {
     }
     
     if(options.accept) options.accept = [options.accept].flatten();
-
+       if (Prototype.Browser.IE) {
     Element.makePositioned(element); // fix IE
+}
     options.element = element;
 
     this.drops.push(options);