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.

CommentFileSizeAuthor
#1 fullcalendar-1145016-1.patch2.01 KBtim.plunkett

Comments

tim.plunkett’s picture

Status: Active » Needs review
StatusFileSize
new2.01 KB

Patch.

aspilicious’s picture

Status: Needs review » Reviewed & tested by the community

Works for me

tim.plunkett’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.