Get rid of console log
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 7 Mar 2017 17:56:01 +0000 (12:56 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 7 Mar 2017 17:56:01 +0000 (12:56 -0500)
for ie issues.

views/front/events/agenda.html

index 1efa7b8..d9a89e0 100644 (file)
             handleWindowResize: true,
             lazyFetching: true,
             eventClick : function (event){
-                console.log(event);
                 location.href = event.url + '?glm_event_from=' + event.start.format();
                 return false;
             },