Plugin Directory

Changeset 439470


Ignore:
Timestamp:
09/17/2011 06:31:31 PM (14 years ago)
Author:
michaelvar
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • bp-members-avatar-map/trunk/mam.php

    r436450 r439470  
    108108 ?>
    109109  <!--div class="<?php echo $map_tokens; ?>"-->
     110  <script type="text/javascript">
     111
     112function addLoadEvent(func) {
     113
     114var oldonload = window.onload;
     115
     116if (typeof window.onload != 'function') {
     117
     118window.onload = func;
     119
     120} else {
     121
     122window.onload = function() {
     123
     124if (oldonload) {
     125
     126oldonload();
     127
     128}
     129
     130func();
     131
     132}
     133
     134}
     135
     136}
     137
     138</script>
     139
    110140  <script src="http://maps.google.com/maps/api/js?sensor=false" type="text/javascript"></script>
    111141  <script type="text/javascript">
Note: See TracChangeset for help on using the changeset viewer.