This repository was archived by the owner on Sep 7, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ $.AdminLTE.options = {
5656 //BoxRefresh Plugin
5757 enableBoxRefresh : true ,
5858 //Bootstrap.js tooltip
59- enableBSToppltip : true ,
59+ enableBSToppltip : false ,
6060 BSTooltipSelector : "[data-toggle='tooltip']" ,
6161 //Enable Fast Click. Fastclick.js creates a more
6262 //native touch experience with touch devices. If you
@@ -743,4 +743,4 @@ function _init() {
743743 }
744744 } ) ;
745745 } ;
746- } ( jQuery ) ) ;
746+ } ( jQuery ) ) ;
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments