Changeset bb29fc in indico
- Timestamp:
- 03/16/11 15:46:50 (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, 0da0c1403bae8e51d8229f460181c71b9e6dda72
- Children:
- 1d57031
- Parents:
- e9ba8c
- git-author:
- Adrian Moennich <jerome.ernst.monnich@…> (03/16/11 15:49:13)
- git-committer:
- Jose Benito <jose.benito.gonzalez@…> (03/16/11 15:46:50)
- File:
-
- 1 edited
-
indico/htdocs/js/indico/RoomBooking/MapOfRooms.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indico/htdocs/js/indico/RoomBooking/MapOfRooms.js
r02bf56 rbb29fc 801 801 var isIE = window.ActiveXObject ? true : false; 802 802 var agent = navigator.userAgent.toLowerCase(); 803 return isIE && /msie 7/.test(agent) && document.documentMode == 7;803 return isIE && (/msie 7/.test(agent) || document.documentMode == 7); 804 804 }, 805 805
Note: See TracChangeset
for help on using the changeset viewer.
