projects
/
WP-Plugins
/
glm-member-db-events.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2066784
)
Adding the jquery-ui style to the detail model
author
Steve Sutton
<steve@gaslightmedia.com>
Wed, 25 May 2016 15:48:57 +0000
(11:48 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Wed, 25 May 2016 15:48:57 +0000
(11:48 -0400)
models/front/events/detail.php
patch
|
blob
|
history
diff --git
a/models/front/events/detail.php
b/models/front/events/detail.php
index
77c1ebf
..
04a2f26
100644
(file)
--- a/
models/front/events/detail.php
+++ b/
models/front/events/detail.php
@@
-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) {