Compare commits

...

1 Commits

Author SHA1 Message Date
David Taylor
44ce14f600 Enabled linking to specific views & dates within web calendar 2016-05-23 01:35:54 +01:00

View File

@@ -169,7 +169,7 @@
} }
}); });
// Go to the initial settings, if they're valid // Go to the initial settings, if they're valid
view = viewFromUrl['{{view}}']; view = viewFromUrl['{{view}}'];
$('#calendar').fullCalendar( 'changeView', view); $('#calendar').fullCalendar( 'changeView', view);
@@ -180,7 +180,7 @@
}else{ }else{
console.log('Supplied date is invalid - using default') console.log('Supplied date is invalid - using default')
} }
}); });
</script> </script>