Changeset 680
- Timestamp:
- 06/22/06 14:53:36 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Control/MouseDefaults.js
r657 r680 56 56 this.map.viewPortDiv.appendChild(this.zoomBox); 57 57 } 58 document.onselectstart=function() { return false; } 58 59 Event.stop(evt); 59 60 }, … … 112 113 this.map.setCenter(this.map.center); 113 114 } 115 document.onselectstart=null; 114 116 this.mouseDragStart = null; 115 117 this.map.div.style.cursor = "default"; trunk/openlayers/lib/OpenLayers/Control/MouseToolbar.js
r679 r680 165 165 break; 166 166 } 167 document.onselectstart = function() { return false; } 167 168 Event.stop(evt); 168 169 }, … … 248 249 249 250 } 251 document.onselectstart = null; 250 252 this.mouseDragStart = null; 251 253 this.map.div.style.cursor = "default";
