summaryrefslogtreecommitdiff
path: root/client/index.html
diff options
context:
space:
mode:
authormanzerbredes <loic.guegan_secondary@yahoo.fr>2016-02-04 13:20:45 +0100
committermanzerbredes <loic.guegan_secondary@yahoo.fr>2016-02-04 13:20:45 +0100
commit784b25754c6b168a6c015aa39837c34339c88444 (patch)
tree59ee5a028dcf5dcd194fd9618f26a0fd7ef7ae4f /client/index.html
parent37e02d62c49590cb936f7b8722d013529c5b9728 (diff)
Add error checking, add method handler for login
Diffstat (limited to 'client/index.html')
-rw-r--r--client/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/index.html b/client/index.html
index a4845e8..fe53069 100644
--- a/client/index.html
+++ b/client/index.html
@@ -73,6 +73,7 @@
<!-- Include resquest dependencies -->
<script src="./js/requests/identity.js"></script>
+ <script src="./js/requests/errors.js"></script>
<!-- Include controller -->
<script src="./js/controllers/login.js"></script>