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);