Changeset 439470
- Timestamp:
- 09/17/2011 06:31:31 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bp-members-avatar-map/trunk/mam.php
r436450 r439470 108 108 ?> 109 109 <!--div class="<?php echo $map_tokens; ?>"--> 110 <script type="text/javascript"> 111 112 function addLoadEvent(func) { 113 114 var oldonload = window.onload; 115 116 if (typeof window.onload != 'function') { 117 118 window.onload = func; 119 120 } else { 121 122 window.onload = function() { 123 124 if (oldonload) { 125 126 oldonload(); 127 128 } 129 130 func(); 131 132 } 133 134 } 135 136 } 137 138 </script> 139 110 140 <script src="http://maps.google.com/maps/api/js?sensor=false" type="text/javascript"></script> 111 141 <script type="text/javascript">
Note: See TracChangeset
for help on using the changeset viewer.