Changeset 610106
- Timestamp:
- 10/09/2012 06:14:00 PM (13 years ago)
- Location:
- buddypress-courseware/trunk/static
- Files:
-
- 2 deleted
- 1 edited
-
js/jquery-ui/jquery.ui.datepicker.js (deleted)
-
js/jquery-ui/jquery.ui.slider.js (deleted)
-
static.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
buddypress-courseware/trunk/static/static.class.php
r498794 r610106 14 14 15 15 // Scripts 16 // Custom jQuery UI components 17 wp_register_script( 'jquery-ui-datepicker', BPSP_WEB_URI . '/static/js/jquery-ui/jquery.ui.datepicker.js', array( 'jquery-ui-mouse' ), '1.8.12', true ); 18 wp_register_script( 'jquery-ui-slider', BPSP_WEB_URI . '/static/js/jquery-ui/jquery.ui.slider.js', array( 'jquery-ui-mouse' ), '1.8.12', true ); 19 16 20 17 // FullCalendar 21 18 wp_register_script( 'fullcalendar', BPSP_WEB_URI . '/static/js/fullcalendar/fullcalendar.min.js', array( 'jquery-ui-droppable', 'jquery-ui-resizable' ), '1.4.7' );
Note: See TracChangeset
for help on using the changeset viewer.