constant FULLCALENDAR_MAX_JQUERY_VERSION in FullCalendar 6.2
Same name and namespace in other branches
- 6 fullcalendar.module \FULLCALENDAR_MAX_JQUERY_VERSION
The maximum supported jQuery version.
1 use of FULLCALENDAR_MAX_JQUERY_VERSION
- fullcalendar_requirements in ./
fullcalendar.install - Implementation of hook_requirements().
File
- ./
fullcalendar.module, line 26 - Provides a views style plugin for FullCalendar
Code
define('FULLCALENDAR_MAX_JQUERY_VERSION', '1.4+');