jumpserver/templates/script.html

32 lines
1.0 KiB
HTML
Raw Normal View History

2015-01-03 14:24:34 +00:00
<!-- Mainly scripts -->
2015-01-03 15:10:09 +00:00
<script src="/static/js/jquery-2.1.1.js"></script>
<script src="/static/js/bootstrap.min.js"></script>
<script src="/static/js/plugins/metisMenu/jquery.metisMenu.js"></script>
<script src="/static/js/plugins/slimscroll/jquery.slimscroll.min.js"></script>
2015-01-03 14:24:34 +00:00
2015-01-03 15:10:09 +00:00
<!-- Peity -->
<script src="/static/js/plugins/peity/jquery.peity.min.js"></script>
2015-01-03 14:24:34 +00:00
2015-01-03 15:10:09 +00:00
<!-- Custom and plugin javascript -->
<script src="/static/js/inspinia.js"></script>
<script src="/static/js/plugins/pace/pace.min.js"></script>
2015-01-03 14:24:34 +00:00
2015-01-09 14:51:46 +00:00
<!-- iCheck -->
2015-01-09 15:15:28 +00:00
<script src="/static/js/plugins/iCheck/icheck.min.js"></script>
2015-01-09 14:51:46 +00:00
2015-01-03 15:10:09 +00:00
<!-- Peity -->
<script src="/static/js/demo/peity-demo.js"></script>
2015-01-09 15:15:28 +00:00
2015-01-11 11:27:21 +00:00
<!--<script>-->
<!--$(document).ready(function(){-->
<!--$('.i-checks').iCheck({-->
<!--checkboxClass: 'icheckbox_square-green',-->
<!--radioClass: 'iradio_square-green',-->
<!--});-->
<!--});-->
2015-01-09 15:15:28 +00:00
2015-01-11 11:27:21 +00:00
<!--</script>-->
2015-01-14 08:39:57 +00:00
<!-- pop windows -->
<script src="/static/js/jquery.colorbox.js"></script>