mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-25 21:13:43 +00:00
35 lines
1.7 KiB
HTML
35 lines
1.7 KiB
HTML
|
|
<!-- jQuery -->
|
||
|
|
<script src="/static/assets/plugins/jquery/jquery.min.js"></script>
|
||
|
|
<!-- jQuery UI 1.11.4 -->
|
||
|
|
<script src="/static/assets/plugins/jquery-ui/jquery-ui.min.js"></script>
|
||
|
|
<!-- Resolve conflict in jQuery UI tooltip with Bootstrap tooltip -->
|
||
|
|
<script>
|
||
|
|
$.widget.bridge('uibutton', $.ui.button)
|
||
|
|
</script>
|
||
|
|
<!-- Bootstrap 4 -->
|
||
|
|
<script src="/static/assets/plugins/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||
|
|
<!-- ChartJS -->
|
||
|
|
<script src="/static/assets/plugins/chart.js/Chart.min.js"></script>
|
||
|
|
<!-- Sparkline -->
|
||
|
|
<script src="/static/assets/plugins/sparklines/sparkline.js"></script>
|
||
|
|
<!-- JQVMap -->
|
||
|
|
<script src="/static/assets/plugins/jqvmap/jquery.vmap.min.js"></script>
|
||
|
|
<script src="/static/assets/plugins/jqvmap/maps/jquery.vmap.usa.js"></script>
|
||
|
|
<!-- jQuery Knob Chart -->
|
||
|
|
<script src="/static/assets/plugins/jquery-knob/jquery.knob.min.js"></script>
|
||
|
|
<!-- daterangepicker -->
|
||
|
|
<script src="/static/assets/plugins/moment/moment.min.js"></script>
|
||
|
|
<script src="/static/assets/plugins/daterangepicker/daterangepicker.js"></script>
|
||
|
|
<!-- Tempusdominus Bootstrap 4 -->
|
||
|
|
<script src="/static/assets/plugins/tempusdominus-bootstrap-4/js/tempusdominus-bootstrap-4.min.js"></script>
|
||
|
|
<!-- Summernote -->
|
||
|
|
<script src="/static/assets/plugins/summernote/summernote-bs4.min.js"></script>
|
||
|
|
<!-- overlayScrollbars -->
|
||
|
|
<script src="/static/assets/plugins/overlayScrollbars/js/jquery.overlayScrollbars.min.js"></script>
|
||
|
|
<!-- AdminLTE App -->
|
||
|
|
<script src="/static/assets/js/adminlte.js"></script>
|
||
|
|
<!-- AdminLTE dashboard demo (This is only for demo purposes) -->
|
||
|
|
<script src="/static/assets/js/pages/dashboard.js"></script>
|
||
|
|
<!-- AdminLTE for demo purposes -->
|
||
|
|
<script src="/static/assets/js/demo.js"></script>
|