Plugin Directory

Changeset 801560


Ignore:
Timestamp:
11/09/2013 01:57:32 PM (12 years ago)
Author:
shockware
Message:

Update jquery ui version

Location:
contact-form-7-datepicker/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • contact-form-7-datepicker/trunk/admin.php

    r763277 r801560  
    135135        $themes = array(
    136136            'disabled' => __('Disabled'),
    137             'base' => 'Base',
     137            'smoothness' => 'Smoothness',
    138138            'black-tie' => 'Black Tie',
    139139            'blitzer' => 'Blitzer',
     
    151151            'pepper-grinder' => 'Pepper Grinder',
    152152            'redmond' => 'Redmond',
    153             'smoothness' => 'Smoothness',
    154153            'south-street' => 'South Street',
    155154            'start' => 'Start',
  • contact-form-7-datepicker/trunk/contact-form-7-datepicker.php

    r763279 r801560  
    2929class ContactForm7Datepicker {
    3030
    31     const JQUERYUI_VERSION = '1.9.2';
     31    const JQUERYUI_VERSION = '1.10.3';
    3232
    3333    function __construct() {
     
    5353    function activate() {
    5454        if (! get_option('cf7dp_ui_theme'))
    55             add_option('cf7dp_ui_theme', 'base');
     55            add_option('cf7dp_ui_theme', 'smoothness');
    5656    }
    5757
Note: See TracChangeset for help on using the changeset viewer.