Plugin Directory

Changeset 596760


Ignore:
Timestamp:
09/10/2012 02:15:19 AM (14 years ago)
Author:
snumb130
Message:

fixed z-index of datepicker

Location:
events-calendar/branches/7.0-dev
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • events-calendar/branches/7.0-dev/hooks.php

    r596477 r596760  
    186186        if( 'ec_event' != $post_type )
    187187            return;
    188         wp_enqueue_script( 'jquery-ui-custom', EVENTS_CALENDAR_JS_URL . 'jquery-ui-1.8.23.custom.min.js', 'jquery' );
    189         wp_enqueue_style( 'jquery.ui.theme', EVENTS_CALENDAR_CSS_URL . 'jquery-ui/smoothness/jquery-ui-1.8.23.custom.css' );
     188        wp_enqueue_script( 'ec-jquery-ui-custom', EVENTS_CALENDAR_JS_URL . 'jquery-ui-1.8.23.custom.min.js', 'jquery' );
     189        wp_enqueue_style( 'ec-jquery-ui-theme', EVENTS_CALENDAR_CSS_URL . 'jquery-ui/smoothness/jquery-ui-1.8.23.custom.css' );
     190        wp_enqueue_style( 'ec-style', EVENTS_CALENDAR_CSS_URL . 'style.css' );
    190191    }
    191192    add_action( 'admin_print_scripts-post.php', 'ec_admin_scripts' );
Note: See TracChangeset for help on using the changeset viewer.