- Timestamp:
- 03/18/13 16:10:02 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/prototype/modules/calendar/js/calendar.codecs.js
r8028 r8029 832 832 location: objEvent.location, 833 833 category: objEvent.category, 834 calendar: objEvent.calendar, 834 835 taskStatus: objEvent.status, 835 836 groups: Calendar.groups, … … 1636 1637 1637 1638 for (var i=0; i < res.length; i++) { 1639 1640 if(Calendar.currentView[res[i].calendar].hidden == true) 1641 continue; 1642 1638 1643 res[i].type = (res[i].type == '2' && !!res[i].tasks) ? '3' : res[i].type; 1639 1644
Note: See TracChangeset
for help on using the changeset viewer.