Changeset 10082


Ignore:
Timestamp:
Apr 5, 2011, 10:09:26 PM (13 years ago)
Author:
rvelices
Message:

rv_gmaps use jquery 1.5.1

Location:
extensions/rv_gmaps/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/rv_gmaps/trunk/changelog.txt

    r9126 r10082  
     12.2.c
     2- fix jquery version
     3
    142.2.b
    25- fix admin issue while editing coordinates
  • extensions/rv_gmaps/trunk/template/map.tpl

    r9467 r10082  
    88<script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key={$GMAPS_API_KEY}&amp;hl={$lang_info.code}" type="text/javascript"></script>
    99
    10 {combine_script id='jquery' load='header' path='http://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js'}
     10{combine_script id='jquery' load='header' path='http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js'}
    1111{combine_script id='jquery.nyroModal' load='async' path="`$PLUGIN_LOCATION`/template/nyroModal/jquery.nyroModal-1.6.2.js" version='1.6.2'}
    1212{combine_css path="`$PLUGIN_LOCATION`/template/style.css" version=$RVM_PLUGIN_VERSION}
  • extensions/rv_gmaps/trunk/template/picture_map_content.tpl

    r9467 r10082  
    22{html_head}
    33<script src="http://maps.google.com/maps/api/js?sensor=false&amp;hl={$lang_info.code}" type="text/javascript"></script>
    4 {combine_script id='jquery' load='header' path='http://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js'}
     4{combine_script id='jquery' load='header' path='themes/default/js/jquery.min.js'}
    55{combine_script id='jquery.nyroModal' load='async' path="`$PLUGIN_LOCATION`/template/nyroModal/jquery.nyroModal-1.6.2.js" version='1.6.2'}
    66<link href="{$PLUGIN_ROOT_URL}/template/nyroModal/nyroModal.css" rel="stylesheet" type="text/css">
     
    3838<script type="text/javascript">{literal}
    3939//<![CDATA[
    40 function onLoad()
    41 {
     40jQuery(document).ready( function () {
    4241        var mapElement = document.getElementById("map");
    4342        var mapOpts = {
     
    6160{/if}{literal}
    6261}
     62);
    6363
    6464function blowupUrl(theUrl)
     
    7373}
    7474
    75 jQuery(document).ready( onLoad );
    7675//]]>
    7776{/literal}</script>
Note: See TracChangeset for help on using the changeset viewer.