From: Steve Sutton Date: Thu, 28 Apr 2016 20:20:45 +0000 (-0400) Subject: Need to get the styles for jquery ui X-Git-Tag: v1.0.0^2~67 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=6615a1f3be9bbb02c9c964bcdc1b7a9cf4810880;p=WP-Plugins%2Fglm-member-db-events.git Need to get the styles for jquery ui --- 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) {