Merge e71f899950 into 8b831b1977
This commit is contained in:
commit
3345dcc386
1 changed files with 6 additions and 0 deletions
|
|
@ -55,6 +55,12 @@ $(function() {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// Open current day's schedule by default
|
||||||
|
$(function() {
|
||||||
|
today = new Date().toISOString().split('T')[0];
|
||||||
|
$('.date-tab[href="#' + today +'"]').trigger( "click" );
|
||||||
|
});
|
||||||
|
|
||||||
// hide the right and left controls when neccesary after moving the carousel
|
// hide the right and left controls when neccesary after moving the carousel
|
||||||
$('.carousel').on('slid.bs.carousel', '',
|
$('.carousel').on('slid.bs.carousel', '',
|
||||||
function(){
|
function(){
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue