Changeset 02bf56 in indico
- Timestamp:
- 03/16/11 14:20:08 (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, b8c30da8ebdbdcbd675a873997cc3e95f567de49, 4287315ec967a3da168d83963c14001db8487d53
- Children:
- 26699f
- Parents:
- 3accc2
- File:
-
- 1 edited
-
indico/htdocs/js/indico/RoomBooking/MapOfRooms.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indico/htdocs/js/indico/RoomBooking/MapOfRooms.js
r3accc2 r02bf56 1 include(location.protocol+"//maps.google.com/maps/api/js?sensor=false"); 1 var gmapVer = ''; 2 if(Browser.Gecko) { 3 // firefox/gecko has an issue with the canvas used by 3.4+: http://stackoverflow.com/q/982000/298479 4 gmapVer = '&v=3.3'; 5 } 6 include(location.protocol+"//maps.google.com/maps/api/js?sensor=false" + gmapVer); 2 7 3 8 function contains(collection, item) {
Note: See TracChangeset
for help on using the changeset viewer.
