From 6615a1f3be9bbb02c9c964bcdc1b7a9cf4810880 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 28 Apr 2016 16:20:45 -0400 Subject: [PATCH] Need to get the styles for jquery ui --- models/front/events/list.php | 1 + 1 file changed, 1 insertion(+) diff --git a/models/front/events/list.php b/models/front/events/list.php index 6f1747f..3ea7632 100644 --- a/models/front/events/list.php +++ b/models/front/events/list.php @@ -149,6 +149,7 @@ class GlmMembersFront_events_list extends GlmMembersFront_events_baseAction true ); wp_enqueue_script('event-dashboard-js'); + wp_enqueue_style('jquery-style', '//ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css'); switch ($action) { -- 2.17.1