Changeset 23186


Ignore:
Timestamp:
Jun 13, 2013, 8:32:48 PM (11 years ago)
Author:
rvelices
Message:

avoid mixed content warnings when used over https

Location:
extensions/rv_gmaps/trunk
Files:
3 edited

Legend:

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

    r23083 r23186  
     12.5.d
     2- avoid mixed content warnings when used over https
     3
    142.5.c
    25- admin can choose default map type (roadmap, satellite, ...)
  • extensions/rv_gmaps/trunk/main.inc.php

    r23083 r23186  
    11<?php /*
    22Plugin Name: RV Maps&Earth
    3 Version: 2.5.c
     3Version: 2.5.d
    44Description: Extend your gallery with Google Maps and Google Earth ...
    55Plugin URI: http://piwigo.org/ext/extension_view.php?eid=122
     
    77Author URI: http://www.modusoptimus.com/
    88*/
    9 define( 'RVM_PLUGIN_VERSION', '2.5.c');
     9define( 'RVM_PLUGIN_VERSION', '2.5.d');
    1010defined('PHPWG_ROOT_PATH') or die('Hacking attempt!');
    1111
  • extensions/rv_gmaps/trunk/template/map.tpl

    r23083 r23186  
    77<title>{$GALLERY_TITLE}</title>
    88
    9 <script src="http://maps.googleapis.com/maps/api/js?sensor=false&amp;language={$lang_info.code}&amp;libraries=places" type="text/javascript"></script>
    10 {combine_script id='jquery' load='header' path='http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js'}
     9<script src="//maps.googleapis.com/maps/api/js?sensor=false&amp;language={$lang_info.code}&amp;libraries=places" type="text/javascript"></script>
     10{combine_script id='jquery' load='header' XXpath='//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js'}
    1111{combine_script id='jquery.colorbox' load='async' require='jquery' path='themes/default/js/plugins/jquery.colorbox.min.js'}
    1212{combine_css path="`$PLUGIN_LOCATION`/template/style.css" version=$RVM_PLUGIN_VERSION}
Note: See TracChangeset for help on using the changeset viewer.