summaryrefslogtreecommitdiff
path: root/client/index.html
diff options
context:
space:
mode:
authormanzerbredes <loic.guegan_secondary@yahoo.fr>2016-02-03 19:04:56 +0100
committermanzerbredes <loic.guegan_secondary@yahoo.fr>2016-02-03 19:04:56 +0100
commit6566017d2b1e096ad96e2df67b3fbd73661c359d (patch)
tree28ca41bbfb3b5e6550821444939b7888a8ca2f96 /client/index.html
parentc6186b71c12dece6878ca457afa801f2a79bac0b (diff)
Use local jquery vendor
Diffstat (limited to 'client/index.html')
-rw-r--r--client/index.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/client/index.html b/client/index.html
index b935137..ec9759d 100644
--- a/client/index.html
+++ b/client/index.html
@@ -60,16 +60,17 @@
<!-- Include JQuery -->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="./vendors/jquery/js/jquery-2.2.0.min.js"></script>
+
<!-- Include Bootstrap -->
<script src="./vendors/bootstrap/js/bootstrap.min.js"></script>
+
<!-- Include AngularJS and dependencies-->
<script src="./vendors/angularjs/angular.min.js"></script>
<script src="./vendors/angularjs/angular-route.min.js"></script>
<script src="./vendors/angularjs/angular-sanitize.min.js"></script>
<script src="./js/app.js"></script>
-
<!-- Include resquest dependencies -->
<script src="./js/requests/identity.js"></script>