Changes between Version 5 and Version 6 of MapGuideRfc72
- Timestamp:
- 08/06/09 01:55:09 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc72
v5 v6 87 87 addElement(veElement); 88 88 89 // If there's no commercial layers, then register the onload event immediately. (Lazy load if there's any commercial layers)89 // If there's no commercial layers, then register the onload event immediately. 90 90 if(!googleElement && !yahooElement && !veElement) { 91 91 window.onload = init; 92 } 93 else{ 94 //Lazy load if there's any commercial layers 92 95 } 93 96 </script>