Changeset 5411
- Timestamp:
- Sep 17, 2010, 9:36:06 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/include/scripts/main.js
r5402 r5411 1974 1974 { 1975 1975 this.isIE = navigator.appName == 'Microsoft Internet Explorer'; 1976 this.isIE7 = navigator.appVersion.indexOf('MSIE 7.0') > 0;1977 1976 this.autoAddFormElements = !this.isIE; 1978 this.hideFormElementsForMenu = this.isIE & !this.isIE7;1979 1977 } 1980 1978
Note: See TracChangeset
for help on using the changeset viewer.