Changeset 350d4b in indico


Ignore:
Timestamp:
05/20/11 10:14:47 (2 years ago)
Author:
Pedro Ferreira <jose.pedro.ferreira@…>
Branches:
master, burotel, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, d9941f8582b36b24821a11ea5ba16fda6a457fb1
Children:
057a8c
Parents:
44eeed
Message:

[FIX] Room Maps - HTTPS OK in all browsers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/htdocs/js/indico/RoomBooking/MapOfRooms.js

    r961f64 r350d4b  
    44    gmapVer = '&v=3.3'; 
    55} 
    6 include(location.protocol+"//maps.google.com/maps/api/js?sensor=false" + gmapVer); 
     6include((location.protocol=='https:'?'https://maps-api-ssl.google.com':'http://maps.google.com') + 
     7        "/maps/api/js?sensor=false" + gmapVer); 
    78 
    89function contains(collection, item) { 
Note: See TracChangeset for help on using the changeset viewer.