Changeset 3251784
- Timestamp:
- 03/06/2025 02:48:35 PM (13 months ago)
- Location:
- course-booking-system
- Files:
-
- 2 edited
-
tags/6.0.7/assets/js/ajax.js (modified) (1 diff)
-
trunk/assets/js/ajax.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
course-booking-system/tags/6.0.7/assets/js/ajax.js
r3251547 r3251784 400 400 category = jQuery( this ).data( 'category' ); 401 401 design = jQuery( this ).data( 'design' ); 402 date = container.find( '.cbs-timetable .cbs-timetable-column:first-child h 2time' ).attr( 'datetime' );402 date = container.find( '.cbs-timetable .cbs-timetable-column:first-child h4 time' ).attr( 'datetime' ); 403 403 direction = jQuery( this ).data( 'direction' ); 404 404 container.find( '.cbs-timetable' ).addClass( 'animate-slide-'+direction ); -
course-booking-system/trunk/assets/js/ajax.js
r3251549 r3251784 400 400 category = jQuery( this ).data( 'category' ); 401 401 design = jQuery( this ).data( 'design' ); 402 date = container.find( '.cbs-timetable .cbs-timetable-column:first-child h 2time' ).attr( 'datetime' );402 date = container.find( '.cbs-timetable .cbs-timetable-column:first-child h4 time' ).attr( 'datetime' ); 403 403 direction = jQuery( this ).data( 'direction' ); 404 404 container.find( '.cbs-timetable' ).addClass( 'animate-slide-'+direction );
Note: See TracChangeset
for help on using the changeset viewer.