summaryrefslogtreecommitdiff
path: root/client/index.html
diff options
context:
space:
mode:
authormanzerbredes <loic.guegan_secondary@yahoo.fr>2016-02-05 17:47:53 +0100
committermanzerbredes <loic.guegan_secondary@yahoo.fr>2016-02-05 17:47:53 +0100
commita16df328c05b3ac005a3c05237a069786b8d5d6f (patch)
tree5296ca6d9816568f939c0a22777e3c05c0b1defd /client/index.html
parent31f3a9d77fd3c2af679be75ddd2a4e18a3599082 (diff)
Make login part dynamic
Diffstat (limited to 'client/index.html')
-rw-r--r--client/index.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/index.html b/client/index.html
index fe53069..a4845e8 100644
--- a/client/index.html
+++ b/client/index.html
@@ -73,7 +73,6 @@
<!-- 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>