From 716c4de4d53cd0a25a7af876c456f70e08fd2528 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 27 Mar 2019 16:18:29 -0400 Subject: [PATCH] adding autocomplete jquery styles to be enqueued --- glm-funds.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/glm-funds.php b/glm-funds.php index 321220f..da1e0b6 100644 --- a/glm-funds.php +++ b/glm-funds.php @@ -4,7 +4,7 @@ * Plugin Name: GLM WP Funds * Plugin URI: http://www.gaslightmedia.com/ * Description: GLM WP Funds - * Version: 1.0.0 + * Version: 1.0.1 * Author: Gaslight Media * Author URI: http://www.gaslightmedia.com/ * License: GPL2 @@ -329,6 +329,7 @@ add_action('init', function(){ function glm_funds_enqueue_scripts() { wp_enqueue_script("jquery"); wp_enqueue_script('jquery-ui-autocomplete'); + wp_enqueue_style('jquery-style', '//ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/jquery-ui.css'); wp_enqueue_script( 'form_ui', plugin_dir_url( __FILE__ ) . 'funds.js', "", '1.0.0', true ); } add_action('wp_enqueue_scripts', 'glm_funds_enqueue_scripts'); \ No newline at end of file -- 2.17.1