Plugin Directory

Changeset 2091242


Ignore:
Timestamp:
05/20/2019 08:36:27 AM (7 years ago)
Author:
kernelroni
Message:

Update plugin settings

Location:
splashpopup/trunk/admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • splashpopup/trunk/admin/class-splash-popup-admin.php

    r2086725 r2091242  
    9696         * class.
    9797         */
     98         
     99        wp_enqueue_media();
     100       
     101        wp_enqueue_script('jquery-ui-datepicker');
     102        wp_register_style('jquery-ui', 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css');     
     103        wp_enqueue_style('jquery-ui');           
    98104
    99105        wp_enqueue_script( $this->plugin_name, plugin_dir_url( __FILE__ ) . 'js/splash-popup-admin.js', array( 'jquery' ), $this->version, false );
  • splashpopup/trunk/admin/js/splash-popup-admin.js

    r2085126 r2091242  
    4444 
    4545    // date picker
    46     $( ".datetime" ).datepicker({dateFormat : "yy-mm-dd"});
     46    jQuery( ".datetime" ).datepicker({dateFormat : "yy-mm-dd"});
    4747 
    4848 
Note: See TracChangeset for help on using the changeset viewer.