Add style for jquery-ui select

This commit is contained in:
Markus Ankenbrand 2017-02-21 00:06:42 +01:00
parent 37cd5f9498
commit b89ffbf1de
2 changed files with 5 additions and 0 deletions

View file

@ -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');
?>