The version detection does not work when FullCalendar is configured to use the compressed version of the library. The function fullcalendar_get_version() should read from the uncompressed version, as that's the only one that is going to contain the version number.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

pjcdawkins’s picture

Status: Active » Needs review
FileSize
1.68 KB
pjcdawkins’s picture

FileSize
1.94 KB

Minor change to fix the @return statement in the _fullcalendar_status() docblock.

pjcdawkins’s picture

FileSize
3.58 KB

Reduce code duplication