jumpserver/templates/foot_script.html

34 lines
1.0 KiB
HTML
Raw Normal View History

2015-01-31 05:45:58 +00:00
<!-- Mainly scripts -->
<script src="/static/js/plugins/metisMenu/jquery.metisMenu.js"></script>
<script src="/static/js/plugins/slimscroll/jquery.slimscroll.min.js"></script>
<script src="/static/js/bootstrap-dialog.js"></script>
<script src="/static/js/mindmup-editabletable.js"></script>
<!-- Custom and plugin javascript -->
<script src="/static/js/inspinia.js"></script>
<script src="/static/js/plugins/pace/pace.min.js"></script>
<!-- Peity -->
<script src="/static/js/plugins/peity/jquery.peity.min.js"></script>
<!-- Peity -->
<script src="/static/js/demo/peity-demo.js"></script>
2015-02-01 15:03:28 +00:00
<script src="/static/js/base.js"></script>
2015-02-10 10:57:43 +00:00
<!-- pop windows layer-->
2015-02-11 09:53:17 +00:00
<script src="/static/js/layer/layer.min.js"></script>
2015-02-01 15:03:28 +00:00
2015-02-12 10:54:40 +00:00
<!-- highcharts -->
<script src="/static/js/highcharts/highcharts.js"></script>
2015-01-31 05:45:58 +00:00
<!-- active menu -->
<script>
var str = document.location.pathname.split("/")[1];
var str1 = document.location.pathname.split("/")[2];
$("#"+str).addClass('active');
2015-02-11 09:53:17 +00:00
if($("#"+str1).length>0) {
$("#"+str1).addClass('active');
}
2015-02-03 15:03:51 +00:00
</script>