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:
a9d8f5d
)
For url to work
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 7 Mar 2017 17:53:55 +0000
(12:53 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Tue, 7 Mar 2017 17:53:55 +0000
(12:53 -0500)
uncomment code.
views/front/events/agenda.html
patch
|
blob
|
history
diff --git
a/views/front/events/agenda.html
b/views/front/events/agenda.html
index
81a0814
..
1efa7b8
100644
(file)
--- a/
views/front/events/agenda.html
+++ b/
views/front/events/agenda.html
@@
-187,7
+187,7
@@
lazyFetching: true,
eventClick : function (event){
console.log(event);
-
//
location.href = event.url + '?glm_event_from=' + event.start.format();
+ location.href = event.url + '?glm_event_from=' + event.start.format();
return false;
},
eventLimit: true,