Skip to content
This repository was archived by the owner on Sep 7, 2021. It is now read-only.

Commit 3d4a439

Browse files
authored
Update dashboard.html
add app.js and it's preq jquery
1 parent 54a9de7 commit 3d4a439

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

views/dashboard.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@
5252
</script>
5353
-->
5454

55-
<!-- AdminLTE App -->
56-
57-
<!-- <script src="dist/js/app.js"></script>
58-
// <script src="dist/js/pages/dashboard.js"></script>
59-
// <script src="dist/js/demo.js"></script> -->
55+
<!-- AdminLTE App -->
56+
<script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script>
57+
<script src="dist/js/app.js"></script>
58+
<!-- <script src="dist/js/pages/dashboard.js"></script>
59+
<script src="dist/js/demo.js"></script> -->
6060

6161

6262
<script src="/dist/js/vendors.js"></script>
@@ -66,10 +66,11 @@
6666

6767
<!--Use this only in development, while using React Hot Loader -->
6868
<!--
69+
<script src="http://localhost:8080/dist/js/app.js"></script>
6970
<script src="http://localhost:8080/dist/js/vendors.js"></script>
7071
<script src="http://localhost:8080/dist/js/chartVendors.bundle.js"></script>
7172
<script src="http://localhost:8080/dist/js/dashboardV1.bundle.js"></script> -->
7273

7374
</body>
7475

75-
</html>
76+
</html>

0 commit comments

Comments
 (0)