From: Anthony Talarico Date: Mon, 10 Oct 2016 16:05:43 +0000 (-0400) Subject: removing console statements from the event calendar view X-Git-Tag: v1.4.1^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=ddfdd58ca4f586f450cad99154b87931ef58eb7c;p=WP-Plugins%2Fglm-member-db-events.git removing console statements from the event calendar view --- diff --git a/views/front/events/agenda.html b/views/front/events/agenda.html index 47b3315..8845455 100644 --- a/views/front/events/agenda.html +++ b/views/front/events/agenda.html @@ -142,13 +142,6 @@ var height = 900; // Calendar ***************************************************** $('#eventCalendar').fullCalendar({ - loading: function( isLoading, view){ - if( isLoading){ - console.log("loading"); - } else { - - } - }, eventOrder: 'allDay', height: height, contentHeight: height, @@ -198,7 +191,6 @@ 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);