mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:35:50 +00:00
Reference back the updated Bootstrap JS
This commit is contained in:
parent
1b3ce2ba92
commit
8c4b4d428f
1 changed files with 6 additions and 7 deletions
|
@ -19,13 +19,12 @@
|
|||
|
||||
<data-ng-include src="'components/footer.html'"></data-ng-include>
|
||||
|
||||
<!--<script src="http://code.jquery.com/jquery.js"></script>-->
|
||||
<script src="plugins/jquery/jquery-2.1.0.min.js"></script>
|
||||
<script src="plugins/jquery-ui/jquery-ui.min.js"></script>
|
||||
<!--<script src="http://code.jquery.com/jquery.js"></script>-->
|
||||
<script src="plugins/jquery/jquery-2.1.0.min.js"></script>
|
||||
<script src="plugins/jquery-ui/jquery-ui.min.js"></script>
|
||||
|
||||
<!-- bootstrap javascript -->
|
||||
<script src="static/dist/scripts/vendor.js"></script>
|
||||
<script src="static/dist/scripts/main.js"></script>
|
||||
<!-- bootstrap javascript -->
|
||||
<script src="js/lib/bootstrap.js"></script>
|
||||
|
||||
<!-- build:js({app,.tmp}) scripts/main.js -->
|
||||
<script src="js/lib/angular.js"></script>
|
||||
|
@ -42,5 +41,5 @@
|
|||
<script src="components/visits/VisitController.js"></script>
|
||||
<script src="js/app.js"></script>
|
||||
<!-- endbuild -->
|
||||
s</body>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue