summaryrefslogtreecommitdiff
path: root/client/js/requests/errors.js
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/js/requests/errors.js
parent31f3a9d77fd3c2af679be75ddd2a4e18a3599082 (diff)
Make login part dynamic
Diffstat (limited to 'client/js/requests/errors.js')
-rw-r--r--client/js/requests/errors.js14
1 files changed, 0 insertions, 14 deletions
diff --git a/client/js/requests/errors.js b/client/js/requests/errors.js
deleted file mode 100644
index cc9389a..0000000
--- a/client/js/requests/errors.js
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * To change this license header, choose License Headers in Project Properties.
- * To change this template file, choose Tools | Templates
- * and open the template in the editor.
- */
-
-
-var errors={};
-
-
-errors.checkForLogin=function(result){
- // TODO
- return true;
-}; \ No newline at end of file