taskbar / active enhancement

This commit is contained in:
Ken Johnson
2013-06-16 00:49:28 -04:00
parent 7b900bda2d
commit 2e052828a6
6 changed files with 51 additions and 9 deletions
+12 -1
View File
@@ -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", {