-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscripts.php
More file actions
55 lines (43 loc) · 2.68 KB
/
scripts.php
File metadata and controls
55 lines (43 loc) · 2.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!-- jQuery 3 -->
<script src="<?php echo $assets; ?>plugins/jquery/jquery.min.js"></script>
<!-- Bootstrap-->
<script src="<?php echo $assets; ?>plugins/bootstrap/js/bootstrap.min.js"></script>
<script src="<?php echo $assets; ?>bundles/lib.vendor.bundle.js"></script>
<!-- start plugin js file -->
<script src="<?php echo $assets; ?>bundles/apexcharts.bundle.js"></script>
<script src="<?php echo $assets; ?>bundles/counterup.bundle.js"></script>
<script src="<?php echo $assets; ?>bundles/knobjs.bundle.js"></script>
<script src="<?php echo $assets; ?>bundles/c3.bundle.js"></script>
<script src="<?php echo $assets; ?>bundles/flot.bundle.js"></script>
<script src="<?php echo $assets; ?>bundles/jvectormap1.bundle.js"></script>
<!-- Start core js and page js -->
<script src="<?php echo $assets; ?>js/core.min.js"></script>
<script src="<?php echo $assets; ?>js/custom/common.min.js?v12"></script>
<script src="<?php echo $assets; ?>js/custom/authentication.min.js?v6"></script>
<script src="<?php echo $assets; ?>js/custom/main.min.js?v37"></script>
<script src="<?php echo $assets; ?>js/page/index.min.js"></script>
<!-- SweetAlert2 -->
<script src="<?php echo $assets; ?>plugins/sweetalert2/sweetalert2.min.js"></script>
<!-- Toastr -->
<script src="<?php echo $assets; ?>plugins/toastr/toastr.min.js"></script>
<!--Required Ace Libralies-->
<script src="<?php echo $assets; ?>plugins/ace/ace-editor/src-min/ace.js"></script>
<script src="<?php echo $assets; ?>plugins/ace/ace-editor/src-min/mode-javascript.js"></script>
<script src="<?php echo $assets; ?>plugins/ace/ace-editor/src-min/ext-language_tools.js"></script>
<!-- <script src="/assets/plugins/ace/ace-editor/src-min/ext-beautify.js"></script> -->
<!--Require Highlight js Library-->
<!-- <script src="/assets/plugins/highlightjs/highlight.min.js"></script>
<script src="/assets/plugins/highlightjs/highlightjs-line-numbers.min.js"></script>
<script>hljs.highlightAll();</script>
<script>hljs.initLineNumbersOnLoad();</script> -->
<!--Custom script for the editor-->
<script src="<?php echo $assets; ?>js/jquery.mCustomScrollbar.concat.min.js"></script>
<!-- Moment plugin script -->
<script src="<?php echo $assets; ?>plugins/moment/moment.min.js"></script>
<script src="<?php echo $assets; ?>plugins/beautify.min.js"></script>
<!-- Select2 JS -->
<script src="<?php echo $assets; ?>js/select2.min.js"></script>
<!--cke editor js -->
<script src="<?php echo $assets; ?>plugins/ckeditor5/ckeditor.min.js"></script>
<!-- <script src="https://cdn.ckeditor.com/ckeditor5/34.2.0/classic/ckeditor.js"></script> -->
<!-- <script src="https://cdn.ckeditor.com/ckeditor5/34.2.0/super-build/ckeditor.js"></script> -->