mirror of https://github.com/ColorlibHQ/AdminLTE
managed jquery-ui by bower (#1558)
parent
e47823e6f1
commit
9ccb1f6b68
|
@ -56,6 +56,7 @@
|
||||||
"bootstrap-timepicker": "^0.5.2",
|
"bootstrap-timepicker": "^0.5.2",
|
||||||
"jquery-sparkline": "^2.1.3",
|
"jquery-sparkline": "^2.1.3",
|
||||||
"font-awesome": "^4.7.0",
|
"font-awesome": "^4.7.0",
|
||||||
"Ionicons": "ionicons#^2.0.1"
|
"Ionicons": "ionicons#^2.0.1",
|
||||||
|
"jquery-ui": "1.11.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1233,7 +1233,7 @@
|
||||||
<!-- jQuery 3 -->
|
<!-- jQuery 3 -->
|
||||||
<script src="bower_components/jquery/dist/jquery.min.js"></script>
|
<script src="bower_components/jquery/dist/jquery.min.js"></script>
|
||||||
<!-- jQuery UI 1.11.4 -->
|
<!-- jQuery UI 1.11.4 -->
|
||||||
<script src="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script>
|
<script src="bower_components/jquery-ui/jquery-ui.min.js"></script>
|
||||||
<!-- Resolve conflict in jQuery UI tooltip with Bootstrap tooltip -->
|
<!-- Resolve conflict in jQuery UI tooltip with Bootstrap tooltip -->
|
||||||
<script>
|
<script>
|
||||||
$.widget.bridge('uibutton', $.ui.button);
|
$.widget.bridge('uibutton', $.ui.button);
|
||||||
|
|
|
@ -805,7 +805,7 @@
|
||||||
<!-- Bootstrap 3.3.7 -->
|
<!-- Bootstrap 3.3.7 -->
|
||||||
<script src="../bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
|
<script src="../bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
|
||||||
<!-- jQuery UI 1.11.4 -->
|
<!-- jQuery UI 1.11.4 -->
|
||||||
<script src="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script>
|
<script src="../bower_components/jquery-ui/jquery-ui.min.js"></script>
|
||||||
<!-- Slimscroll -->
|
<!-- Slimscroll -->
|
||||||
<script src="../bower_components/jquery-slimscroll/jquery.slimscroll.min.js"></script>
|
<script src="../bower_components/jquery-slimscroll/jquery.slimscroll.min.js"></script>
|
||||||
<!-- FastClick -->
|
<!-- FastClick -->
|
||||||
|
|
Loading…
Reference in New Issue