Ignore:
Timestamp:
Jan 10, 2011, 4:52:27 PM (13 years ago)
Author:
cljosse
Message:

[Autosize][beta] clean up


File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/edit_gmaps/admin/admin_edit.tpl

    r8501 r8586  
    1212  {if not empty($Selectthumbnails)  }
    1313    <script src="http://maps.google.com/maps/api/js?sensor=false&amp;hl={$lang_info.code}" type="text/javascript"></script>
    14     <script src="http://ajax.googleapis.com/ajax/libs/prototype/1.6.1.0/prototype.js" type="text/javascript"></script>
    15  
    16  
    1714         <script type="text/javascript">
    1815            {if isset($coordinates) && $coordinates.LAT <= 90 }
     
    3229           {/if}           
    3330         
    34      Event.observe(window, 'load', onLoad );
    35            
     31        jQuery(window).load(function(){ldelim}
     32                onLoad();
     33                });
     34
     35    // Event.observe(window, 'load', onLoad );
     36
    3637            </script>
    3738 {/if}
Note: See TracChangeset for help on using the changeset viewer.