diff --git a/RIGS/templates/RIGS/calendar.html b/RIGS/templates/RIGS/calendar.html index f6891d84..eaecd1a8 100644 --- a/RIGS/templates/RIGS/calendar.html +++ b/RIGS/templates/RIGS/calendar.html @@ -169,7 +169,7 @@ } }); - + // Go to the initial settings, if they're valid view = viewFromUrl['{{view}}']; $('#calendar').fullCalendar( 'changeView', view); @@ -180,7 +180,7 @@ }else{ console.log('Supplied date is invalid - using default') } - + });