Plugin Directory

Changeset 3251784


Ignore:
Timestamp:
03/06/2025 02:48:35 PM (13 months ago)
Author:
werbeagenturcommotion
Message:

6.0.7

  • Vulnerability fix.
Location:
course-booking-system
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • course-booking-system/tags/6.0.7/assets/js/ajax.js

    r3251547 r3251784  
    400400        category = jQuery( this ).data( 'category' );
    401401        design = jQuery( this ).data( 'design' );
    402         date = container.find( '.cbs-timetable .cbs-timetable-column:first-child h2 time' ).attr( 'datetime' );
     402        date = container.find( '.cbs-timetable .cbs-timetable-column:first-child h4 time' ).attr( 'datetime' );
    403403        direction = jQuery( this ).data( 'direction' );
    404404        container.find( '.cbs-timetable' ).addClass( 'animate-slide-'+direction );
  • course-booking-system/trunk/assets/js/ajax.js

    r3251549 r3251784  
    400400        category = jQuery( this ).data( 'category' );
    401401        design = jQuery( this ).data( 'design' );
    402         date = container.find( '.cbs-timetable .cbs-timetable-column:first-child h2 time' ).attr( 'datetime' );
     402        date = container.find( '.cbs-timetable .cbs-timetable-column:first-child h4 time' ).attr( 'datetime' );
    403403        direction = jQuery( this ).data( 'direction' );
    404404        container.find( '.cbs-timetable' ).addClass( 'animate-slide-'+direction );
Note: See TracChangeset for help on using the changeset viewer.