Need to get the styles for jquery ui
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 28 Apr 2016 20:20:45 +0000 (16:20 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 28 Apr 2016 20:21:04 +0000 (16:21 -0400)
models/front/events/list.php

index 6f1747f..3ea7632 100644 (file)
@@ -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) {