My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions

Issue 970 attachment: fullcalendar.js.diff (287 bytes)

1
2
3
4
5
6
7
8
9
4001c4001,4002
< (event.end ? ((event.end - event.start) / MINUTE_MS) : opt('defaultEventMinutes')) / opt('slotMinutes')
---
> (event.end ? ((event.end - event.start) / MINUTE_MS) : opt('defaultEventMinutes'))
> / opt('slotMinutes')
5206c5207
<
---
>
Powered by Google Project Hosting