Content deleted Content added
Replace with dev code - option to turn off popups added |
Copy of dev code - Bug fix for Mozilla browser |
||
Line 341:
curPopup.startDrag.mouse=m;
curPopup.startDrag.
curPopup.dragging=true;
Line 357:
m=new GetPos(e||event);
x=parseInt(curPopup.startDrag.
y=parseInt(curPopup.startDrag.
curPopup.div.style.left=x+"px";
Line 390:
this.startDrag=new Object;
this.startDrag.
}
|