소스 검색

Fallback calendar color to blue (#3542)

version-14
Faris Ansari 8 년 전
committed by Rushabh Mehta
부모
커밋
fd082ea9f0
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      frappe/public/js/frappe/views/calendar/calendar.js

+ 2
- 0
frappe/public/js/frappe/views/calendar/calendar.js 파일 보기

@@ -252,6 +252,8 @@ frappe.views.Calendar = Class.extend({
// see event_calendar.js
color = d.color;
}

if(!color) color = "blue";
d.className = "fc-bg-" + color;
return d;
});


불러오는 중...
취소
저장