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
|
||||||
@@ -146,7 +144,7 @@ $('.date_picker').daterangepicker({
|
|||||||
drawChart1(),
|
drawChart1(),
|
||||||
drawChart2(),
|
drawChart2(),
|
||||||
resizeTopWidgets(),
|
resizeTopWidgets(),
|
||||||
makeActive()
|
makeActive()
|
||||||
});
|
});
|
||||||
|
|
||||||
google.load("visualization", "1", {
|
google.load("visualization", "1", {
|
||||||
|
|||||||
Reference in New Issue
Block a user