making events draggable and resizable
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 24 Aug 2016 19:21:18 +0000 (15:21 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 24 Aug 2016 19:21:18 +0000 (15:21 -0400)
views/front/events/agenda.html

index c2ea5f1..d8fd540 100644 (file)
                 $('#eventCalendar').fullCalendar('changeView', 'agendaDay');
                 $('#eventCalendar').fullCalendar('gotoDate', date);
             },
+            editable: true,
             lazyFetching: true,
             eventClick : function (event){
                 location.href = event.url;