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

Commit 35875f5

Browse files
committed
Fixing port issue for widgets.html
1 parent da66eb4 commit 35875f5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

reactjs-adminlte/views/widgets.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@
3535

3636

3737
</body>
38-
<!--
38+
3939
<script src="/dist/js/vendors.js"></script>
4040
<script src="/dist/js/widgets.bundle.js"></script>
41-
-->
41+
4242

4343
<!--Use this only in development, while using React Hot Loader -->
44-
44+
<!--
4545
<script src="http://localhost:8080/dist/js/vendors.js"></script>
4646
<script src="http://localhost:8080/dist/js/widgets.bundle.js"></script>
47-
47+
-->
4848

4949

5050
<!--

0 commit comments

Comments
 (0)