Changeset 350d4b in indico
- Timestamp:
- 05/20/11 10:14:47 (2 years ago)
- 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
- File:
-
- 1 edited
-
indico/htdocs/js/indico/RoomBooking/MapOfRooms.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indico/htdocs/js/indico/RoomBooking/MapOfRooms.js
r961f64 r350d4b 4 4 gmapVer = '&v=3.3'; 5 5 } 6 include(location.protocol+"//maps.google.com/maps/api/js?sensor=false" + gmapVer); 6 include((location.protocol=='https:'?'https://maps-api-ssl.google.com':'http://maps.google.com') + 7 "/maps/api/js?sensor=false" + gmapVer); 7 8 8 9 function contains(collection, item) {
Note: See TracChangeset
for help on using the changeset viewer.
