removing console statements from the event calendar view
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 10 Oct 2016 16:05:43 +0000 (12:05 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 10 Oct 2016 16:05:43 +0000 (12:05 -0400)
views/front/events/agenda.html

index 47b3315..8845455 100644 (file)
         var height = 900;
         // Calendar *****************************************************
         $('#eventCalendar').fullCalendar({
-            loading: function( isLoading, view){
-                if( isLoading){
-                    console.log("loading");
-                } else {
-                    
-                }
-            },
             eventOrder: 'allDay',
             height: height,
             contentHeight: height,
             view_select.val('agenda');
         }
         $("#glm-event-view-select").on("change", function (){
-            console.log($(this).attr("value"));
             sessionStorage.setItem("view", $(this).attr("value"));
             if($("#glm-event-view-select option:selected").val() === "calendar"){
                 eventsCalMonthAJAX(month_obj);