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:
2921660
)
Get rid of console log
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 7 Mar 2017 17:56:01 +0000
(12:56 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Tue, 7 Mar 2017 17:56:01 +0000
(12:56 -0500)
for ie issues.
views/front/events/agenda.html
patch
|
blob
|
history
diff --git
a/views/front/events/agenda.html
b/views/front/events/agenda.html
index
1efa7b8
..
d9a89e0
100644
(file)
--- a/
views/front/events/agenda.html
+++ b/
views/front/events/agenda.html
@@
-186,7
+186,6
@@
handleWindowResize: true,
lazyFetching: true,
eventClick : function (event){
- console.log(event);
location.href = event.url + '?glm_event_from=' + event.start.format();
return false;
},