All events takes you to the current day
This commit is contained in:
parent
6d9eabcc0e
commit
39c4261859
3 changed files with 14 additions and 0 deletions
|
|
@ -58,3 +58,8 @@
|
|||
$('.program-selector').on('click', function(e) {
|
||||
$('.li-dropdown-program').removeClass('active');
|
||||
});
|
||||
|
||||
// Go to current date and time
|
||||
$(document).ready(function(){
|
||||
document.getElementById("#{ @tag }").scrollIntoView();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue