- Timestamp:
- 05/06/13 13:31:15 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/prototype/modules/calendar/js/init.js
r8120 r8139 360 360 var status_img = ""; 361 361 362 if( !!parseInt(event.unanswered) ){362 if( !!parseInt(event.unanswered) && event.type == 1 ){ 363 363 364 364 img_icon = "mini-attention.png";
Note: See TracChangeset
for help on using the changeset viewer.