taskbar / active enhancement
This commit is contained in:
@@ -122,6 +122,16 @@
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
|
||||
|
||||
function makeActive(){
|
||||
$('li[id="pto"]').addClass('active');
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
$('#calendar').fullCalendar({
|
||||
events: <%= get_pto_schedule_schedule_index_path(:format => "json").inspect.html_safe %>,
|
||||
})
|
||||
@@ -135,7 +145,8 @@ $('.date_picker').daterangepicker({
|
||||
$(document).ready(function () {
|
||||
drawChart1(),
|
||||
drawChart2(),
|
||||
resizeTopWidgets()
|
||||
resizeTopWidgets(),
|
||||
makeActive()
|
||||
});
|
||||
|
||||
google.load("visualization", "1", {
|
||||
|
||||
Reference in New Issue
Block a user