hopefully nothing changed
This commit is contained in:
@@ -124,17 +124,15 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
function makeActive(){
|
function makeActive(){
|
||||||
$('li[id="pto"]').addClass('active');
|
$('li[id="pto"]').addClass('active');
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$('#calendar').fullCalendar({
|
$('#calendar').fullCalendar({
|
||||||
events: <%= get_pto_schedule_schedule_index_path(:format => "json").inspect.html_safe %>,
|
events: <%= get_pto_schedule_schedule_index_path(:format => "json").inspect.html_safe %>,
|
||||||
})
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//Date picker
|
//Date picker
|
||||||
|
|||||||
Reference in New Issue
Block a user