From 44ce14f6005d88bb92b3f469d3549dff1aed8fbc Mon Sep 17 00:00:00 2001 From: David Taylor Date: Wed, 29 Jul 2015 23:25:33 +0100 Subject: [PATCH] Enabled linking to specific views & dates within web calendar --- RIGS/templates/RIGS/calendar.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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') } - + });