Adding the jquery-ui style to the detail model
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 25 May 2016 15:48:57 +0000 (11:48 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 25 May 2016 15:48:57 +0000 (11:48 -0400)
models/front/events/detail.php

index 77c1ebf..04a2f26 100644 (file)
@@ -89,6 +89,7 @@ class GlmMembersFront_events_detail extends GlmMembersFront_events_baseAction
             '1.0',
             'print'
         );
+        wp_enqueue_style('jquery-style', '//ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css');
 
 
         switch ($action) {