mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
Compare commits
1 Commits
6c8eb380fd
...
web-calend
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
44ce14f600 |
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user