Changeset 754
- Timestamp:
- 04/20/09 16:21:11 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpgwapi/js/jscalendar/calendar.js
r601 r754 1313 1313 this.hideShowCovered(); 1314 1314 var today = new Date(); 1315 this._init(1,today); 1315 // See tickets #252 and #284 in the tracking of expressolivre.org. 1316 // The line below was discussed to solve these problems. 1317 //this._init(1,today); 1316 1318 if (Calendar.is_ie5_mac && !this.isPopup) 1317 1319 this.refresh(); // else the layout is broken
Note: See TracChangeset
for help on using the changeset viewer.