From 291331f4ec473309e3a63b1aa4f59cf7ae540b07 Mon Sep 17 00:00:00 2001 From: Markus Ankenbrand Date: Sat, 25 Feb 2017 09:56:42 +0100 Subject: [PATCH] Add jquery ui style --- page-pins.php | 1 + 1 file changed, 1 insertion(+) diff --git a/page-pins.php b/page-pins.php index 852ace5..a191b9f 100644 --- a/page-pins.php +++ b/page-pins.php @@ -101,6 +101,7 @@ wp_enqueue_script('page_pins_map', get_stylesheet_directory_uri() . '/js/page-pins-map.js', array('jquery', 'jquery-ui-selectable', 'jquery-ui-slider', 'toggle_switch')); 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'); + wp_enqueue_style('jquery-ui-css', 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/base/jquery-ui.css', false, null, false); ?>