Closed (fixed)
Project:
FullCalendar
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
2 May 2011 at 21:46 UTC
Updated:
25 May 2011 at 14:41 UTC
Jump to comment: Most recent file
First, we're misusing hook_library by adding our module-specific CSS to it.
Second, drupal_add_library('system', 'farbtastic'); includes both JS and CSS, so no need for the extra function.
Third, in cleaning that up I realized we can be using ctools_add_css and ctools_add_js, since Views now depends on CTools. It really makes things easier to read.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | fullcalendar-1145016-1.patch | 2.01 KB | tim.plunkett |
Comments
Comment #1
tim.plunkettPatch.
Comment #2
aspilicious commentedWorks for me
Comment #3
tim.plunketthttp://drupalcode.org/project/fullcalendar.git/commit/e55be0a