For url to work
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 7 Mar 2017 17:53:55 +0000 (12:53 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 7 Mar 2017 17:53:55 +0000 (12:53 -0500)
uncomment code.

views/front/events/agenda.html

index 81a0814..1efa7b8 100644 (file)
             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,