Enabled linking to specific views & dates within web calendar

This commit is contained in:
David Taylor
2015-07-29 23:25:33 +01:00
committed by Tom Price
parent e286d8bdee
commit 44ce14f600

View File

@@ -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')
}
});
</script>