Add style for jquery-ui select
This commit is contained in:
parent
37cd5f9498
commit
b89ffbf1de
2 changed files with 5 additions and 0 deletions
|
|
@ -80,6 +80,7 @@
|
|||
endwhile;
|
||||
wp_enqueue_script('page_pins_map', get_stylesheet_directory_uri() . '/js/page-pins-map.js', array('jquery', 'jquery-ui-selectable'));
|
||||
wp_localize_script('page_pins_map', 'page_pins_map', array('places' => $locations, 'traveler' => array_values($traveler)));
|
||||
wp_enqueue_style('page_pins', get_stylesheet_directory_uri() . '/css/page-pins.css');
|
||||
?>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue